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

Ensure user authentication sessions are independent #364

Merged
merged 5 commits into from
Oct 12, 2023

Commits on Oct 12, 2023

  1. Use custom VCUserinfo as stateless user database

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c337531 View commit details
    Browse the repository at this point in the history
  2. Only add sub to claims if proof-request specifies one

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3b84357 View commit details
    Browse the repository at this point in the history
  3. Ensure each auth requests refers to a new user, use custom sub when i…

    …ssuing token
    
    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5d326dc View commit details
    Browse the repository at this point in the history
  4. Update tests to match new claim structure

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f4db88b View commit details
    Browse the repository at this point in the history
  5. Update launch.json example to support library debugging

    Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
    esune committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c56143a View commit details
    Browse the repository at this point in the history