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

Rename the device, cryptography, logout and verification endpoints and the associated events/event handlers #2174

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

kevinchalet
Copy link
Member

@kevinchalet kevinchalet commented Sep 3, 2024

This PR materializes something I wanted to do for a long time: renaming some of the endpoints to be more specific or match the standard names (e.g the device authorization endpoint was initially named device endpoint in the first drafts, which is the name currently used by OpenIddict).

Here's the list of endpoints impacted by this change:

  • Cryptography endpoint -> JSON Web Key Set endpoint.
  • Device endpoint -> Device authorization endpoint.
  • Logout endpoint -> End-session endpoint.
  • Userinfo endpoint -> UserInfo endpoint.
  • Verification endpoint -> End-user verification endpoint.

All the constants, builder methods, events and event handlers have been updated to use the new names.

@kevinchalet kevinchalet merged commit d4c05e2 into openiddict:dev Sep 3, 2024
6 checks passed
@kevinchalet kevinchalet deleted the endpoints_renaming branch September 3, 2024 16:18
@kevinchalet
Copy link
Member Author

Note: since it's a massive change, it will need to be mentioned in the 5.x -> 6.x migration guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant