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

Refactor: AuthProvider to ClaimsProvider #2256

Merged
merged 9 commits into from
Aug 5, 2024
Merged

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    ee3df8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b51fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb2ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d07c5c2 View commit details
    Browse the repository at this point in the history
  5. refactor: consolidate methods that basically represent the same thing

    the distinction between "requiring login" and "using claims to verify" is
    unnecessary. this makes for one less method to rename.
    angela-tran committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2125af2 View commit details
    Browse the repository at this point in the history
  6. refactor(models/tests): rename all usages of "auth verification"

    to say "claims verification" instead.
    also rename test fixtures related to scope and claim to be clearer.
    angela-tran committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fa0f831 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e0963e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51799d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c042a5 View commit details
    Browse the repository at this point in the history