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

ValidateTokenAsync: New code path #2771

Merged
merged 5 commits into from
Aug 13, 2024
Merged

ValidateTokenAsync: New code path #2771

merged 5 commits into from
Aug 13, 2024

Commits on Aug 7, 2024

  1. Initial implementation of ValidateTokenAsync, ValidateJWSAsync, Valid…

    …ateJWEAsync
    
    Added InternalTokenValidationResult to hold the intermediate validation results. Moved result types to their own folder.
    Removed unused delegate from TokenValidationParameters
    iNinja committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    66279ff View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    2ec856f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1801f4d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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