Skip to content

Commit

Permalink
Fix bulleting (#1386)
Browse files Browse the repository at this point in the history
* Fix bulleting

* Add sane-lists as recommended here: mkdocs/mkdocs#2838

* Use hyphen for lists
  • Loading branch information
tghosth authored Apr 17, 2024
1 parent 7f6ff7c commit 82ab886
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cheatsheets/OAuth2_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ markdown_extensions:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- toc:
permalink: true
- sane_lists

0 comments on commit 82ab886

Please sign in to comment.