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

DM-44289: Remove /auth/analyze routes #1024

Merged
merged 1 commit into from
May 9, 2024
Merged

DM-44289: Remove /auth/analyze routes #1024

merged 1 commit into from
May 9, 2024

Commits on May 9, 2024

  1. Remove /auth/analyze routes

    These were old ways for a user to see the status of their token,
    but they used the JWT claims syntax and were missing lots of useful
    information. They have been deprecated for many releases. Users
    should use /auth/api/v1/user-info and /auth/api/v1/token-info
    instead.
    rra committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d08ee01 View commit details
    Browse the repository at this point in the history