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 JWT authentication type to MultipleAuthentication #2107

Merged
merged 18 commits into from
Oct 7, 2024

Commits on Aug 28, 2024

  1. Add JWT authentication type to MultipleAuthentication

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    804422a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. clarify comments in AuthenticationType.authHandler

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dcf8b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22df75 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. implement MultipleAuthentication.getCookie

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6f2a181 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add test for multiauth with JWT

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    648e5e0 View commit details
    Browse the repository at this point in the history
  2. add explanatory comments in login page

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    63789be View commit details
    Browse the repository at this point in the history
  3. remove logging of JWT in test

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a17a579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19a951d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    509cf72 View commit details
    Browse the repository at this point in the history
  2. add check for empty auth options list in login page

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    87e9d9e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add comments about getCookie method

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6e08721 View commit details
    Browse the repository at this point in the history
  2. remove unneeded comment

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bf5ddf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    842b2fa View commit details
    Browse the repository at this point in the history
  2. Don't load sample data in JWT multiauth test

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    529db2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0a42fc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. remove sample data code and unneeded promise handling

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    754c3c8 View commit details
    Browse the repository at this point in the history
  2. update test for missing JWT

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    06b2812 View commit details
    Browse the repository at this point in the history
  3. ensure JWT signing key consistency

    Signed-off-by: merlinz01 <[email protected]>
    merlinz01 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bab1646 View commit details
    Browse the repository at this point in the history