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

Use jwt block for signing #309

Merged
merged 13 commits into from
Sep 10, 2021
Merged

Use jwt block for signing #309

merged 13 commits into from
Sep 10, 2021

Commits on Sep 2, 2021

  1. added intermediate config struct for jwt signing

    Johannes Koch committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ef4fbc2 View commit details
    Browse the repository at this point in the history
  2. check jwt_signing_profile's signature_algorithm; moved Algorithm to n…

    …ew jwt package to avoid include cycle
    Johannes Koch committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    8859cde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04eba51 View commit details
    Browse the repository at this point in the history
  4. check ttl, signing_ttl at config load

    Johannes Koch committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    06d1478 View commit details
    Browse the repository at this point in the history
  5. check RSA private keys at config load

    Johannes Koch committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    da285e0 View commit details
    Browse the repository at this point in the history
  6. moved checks from NewJWTSigningConfigFromJWTSigningProfile() and NewJ…

    …WTSigningConfigFromJWT() to seperate functions
    Johannes Koch committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2329f3e View commit details
    Browse the repository at this point in the history
  7. changelog for use of jwt block for signing

    Johannes Koch committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ef18319 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. configuration error if jwt block with signing_ttl has the same label …

    …as a jwt_signing_profile block
    Johannes Koch committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d8de7f9 View commit details
    Browse the repository at this point in the history
  2. configuration error for multiple jwt_signing_profile blocks with same…

    … label
    Johannes Koch committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    133fb5d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. removed superfluous ( )

    Johannes Koch committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    38d3ba6 View commit details
    Browse the repository at this point in the history
  2. jwt_signing_profile's ttl and jwt's signing_ttl are now documented as…

    … duration instead of string
    Johannes Koch committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    27890ab View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. some more references to duration with link

    Johannes Koch committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    d01221d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b8dd4 View commit details
    Browse the repository at this point in the history