diff --git a/cheatsheets/OAuth2_Cheat_Sheet.md b/cheatsheets/OAuth2_Cheat_Sheet.md index c262a07268..8a0c0c9f5f 100644 --- a/cheatsheets/OAuth2_Cheat_Sheet.md +++ b/cheatsheets/OAuth2_Cheat_Sheet.md @@ -62,9 +62,9 @@ The implicit grant is a simplified authorization code flow optimized for clients References: -[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) +- [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) diff --git a/mkdocs.yml b/mkdocs.yml index b70ddeb6b9..9827b50ce6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,3 +68,4 @@ markdown_extensions: emoji_generator: !!python/name:pymdownx.emoji.to_svg - toc: permalink: true + - sane_lists