Closed
Description
Which features from OAuth 2.1 will be supported by Spring Security? Is there a roadmap or any documentation on this topic?
For example:
- PKCE support (partially implemented)
- Remove implicit grant (deprecated, to be removed)
- Remove password grant
- Remove query-based bearer tokens
- Constraints on refresh tokens
- Redirect URI enforcement changes