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

Replace links to IETF drfats with link to RFCs #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,20 +226,20 @@ References

.. [#f2] JWT: JSON Web Tokens

https://tools.ietf.org/html/draft-ietf-oauth-json-web-token
https://tools.ietf.org/html/rfc7519

.. [#f3] JWS: JSON Web Signing

http://tools.ietf.org/html/draft-ietf-jose-json-web-signature
https://tools.ietf.org/html/rfc7515

.. [#f4] JWE: JSON Web Encryption

http://tools.ietf.org/html/draft-ietf-jose-json-web-encryption
https://tools.ietf.org/html/rfc7516

.. [#f5] JWT Authorization Grants

http://tools.ietf.org/html/draft-ietf-oauth-jwt-bearer
https://tools.ietf.org/html/rfc7523

.. [#f6] JWK: JSON Web Keys

http://tools.ietf.org/html/draft-ietf-jose-json-web-key
https://tools.ietf.org/html/rfc7517