Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jwks parsing (abandoned) #112

Closed
wants to merge 25 commits into from
Closed

Commits on Dec 2, 2020

  1. Update jwt.h

    add jwks implementation to simple access to x5c to verify jwt
    dtiukalov authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0366d4c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    099c249 View commit details
    Browse the repository at this point in the history
  2. bug fix

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1e16c10 View commit details
    Browse the repository at this point in the history
  3. add missed '}'

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    a6ccd9a View commit details
    Browse the repository at this point in the history
  4. add JwksTest

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ffa40c9 View commit details
    Browse the repository at this point in the history
  5. Create JwksTest.cpp

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    901a6a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df53292 View commit details
    Browse the repository at this point in the history
  7. fix typo

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7b370ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e54dc12 View commit details
    Browse the repository at this point in the history
  9. fix typo

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b20a114 View commit details
    Browse the repository at this point in the history
  10. fix typo

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    cda5166 View commit details
    Browse the repository at this point in the history
  11. Update JwksTest.cpp

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ed5e307 View commit details
    Browse the repository at this point in the history
  12. Update JwksTest.cpp

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ca30c1c View commit details
    Browse the repository at this point in the history
  13. Create jwks-verify.cpp

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    11a5717 View commit details
    Browse the repository at this point in the history
  14. Update CMakeLists.txt

    dtiukalov authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3db45cb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Update example/jwks-verify.cpp

    Co-authored-by: Chris Mc <[email protected]>
    dtiukalov and prince-chrismc authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9939c8c View commit details
    Browse the repository at this point in the history
  2. Update include/jwt-cpp/jwt.h

    Co-authored-by: Chris Mc <[email protected]>
    dtiukalov and prince-chrismc authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    c1b86f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5dad55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d72d592 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    609f6f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e06fc33 View commit details
    Browse the repository at this point in the history
  7. bug fix

    dtiukalov authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d50c25e View commit details
    Browse the repository at this point in the history
  8. Update JwksTest.cpp

    dtiukalov authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    c5fb84f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca53842 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac48132 View commit details
    Browse the repository at this point in the history