Skip to content

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