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 service for storage of tokens in auth properties #100

Merged
merged 6 commits into from
May 2, 2024

Commits on Apr 30, 2024

  1. Add service for storage of tokens in auth properties

    This is pretty complex logic, because we can have per-scheme and/or per-resource tokens, and we need to store additional metadata as well. By exposing this as a service, we can reuse the logic elsewhere (I needed it in the BFF to use its session store as a token store).
    josephdecock committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8225239 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    5e06929 View commit details
    Browse the repository at this point in the history
  2. Cleanup xmldoc

    josephdecock committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a3a0118 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3abb7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    66307f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a70f52 View commit details
    Browse the repository at this point in the history