Skip to content

Commit

Permalink
Update and rename OAuth2_Cheat_Sheet to OAuth2_Cheat_Sheet.md
Browse files Browse the repository at this point in the history
Adding .md extension and updated the reference links to the OAuth 2.0 Cheat Sheet.
  • Loading branch information
csfreak92 authored Nov 28, 2023
1 parent 9109267 commit 246171d
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ The implicit grant is a simplified authorization code flow optimized for clients

References:

Original RFC: https://www.rfc-editor.org/info/rfc6750

: https://www.rfc-editor.org/info/rfc6749

OAuth 2.0 Best Practices: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices
[RFC 6750](https://www.rfc-editor.org/info/rfc6750)
[RFC 6749](https://www.rfc-editor.org/info/rfc6749)
[OAuth 2.0 Best Practices](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics#name-best-practices)
[Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#mix_up)
[RFC9207](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-4)
[Other Countermeasures for Mix-up attacks](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-18#section-2.1-6)

0 comments on commit 246171d

Please sign in to comment.