openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.47k stars 528 forks source link

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

Closed kevinchalet closed 2 months ago

kevinchalet commented 2 months ago

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:

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

kevinchalet commented 2 months ago

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