-
-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Description
Currently, oauthlib feature list is maintained here: https://oauthlib.readthedocs.io/en/latest/feature_matrix.html
We can improve it by showing all "OAuth"-related RFCs, and the status/roadmap for each (if not applicable, or "won't do", say it). Also, we can split RFCs bullet points when too big.
I'm starting the list of them for OAuth2:
- rfc6749 The OAuth 2.0 Authorization Framework
- rfc6750 The OAuth 2.0 Authorization Framework: Bearer Token Usage
- rfc7009 OAuth 2.0 Token Revocation
- rfc7662 OAuth 2.0 Token Introspection
- rfc7636 Proof Key for Code Exchange by OAuth Public Clients
- rfc6819 OAuth 2.0 Threat Model and Security Considerations
- rfc7519 JSON Web Token (JWT)
- rfc7523 JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants
- rfc8252 OAuth 2.0 for Native Apps
- openid 1.0 e1 OpenID Connect Core 1.0 errset1
Statuses proposed:
done
orsince x.y.z
in progress
won't do
/n/a
contributor friendly
In either cases, we can link to an github issue or discussions if any #123
.
The project become bigger and having visibility on the current states would be great. I understand it takes some time to maintain this list, but that's for the benefit of the newcomers also.
What do you guys think ?
dannyhajj