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

fix: do not default a missing secret to an empty one #2455

Merged
merged 7 commits into from
Sep 20, 2023

Commits on Aug 25, 2023

  1. fix: do not default a missing secret to an empty one

    If client has no secret set, then configuration should have no secret
    
    Before: a missing secret was set as empty and this empty secret can be used even with client credential.
    After: a missing secret is null in DB layer so that you cannot do secret based login. There are other authentications so that the client
    is still usable.
    strehle committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bc47123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a01ff View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    080b599 View commit details
    Browse the repository at this point in the history
  2. review

    strehle committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c5b47d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    a08ae75 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    da9f252 View commit details
    Browse the repository at this point in the history
  2. review

    strehle committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    692e9e3 View commit details
    Browse the repository at this point in the history