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

[ENHANCEMENT] OAuth 2.1 #5

Open
codemasher opened this issue Jul 23, 2024 · 0 comments
Open

[ENHANCEMENT] OAuth 2.1 #5

codemasher opened this issue Jul 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@codemasher
Copy link
Member

Describe the feature

Review and implement OAuth 2.1 features: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-09

Additional context

Some features that are required in OAuth 2.1 are already implemented in OAuth2Provider (PKCE, PAR) as they're already in use by services as (optional) extensions to OAuth2. While OAuth 2.1 should be backwards compatible, new functionality should not bloat the OAuth2Provider class any further but instead go in OAuth21Provider that extends it, along with a new interface.

Are you (the requester) willing to submit a pull request for that feature?

[YES] (If I must!?)

@codemasher codemasher added the enhancement New feature or request label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant