Skip to content

Instantly share code, notes, and snippets.

@blangus
Last active July 3, 2019 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blangus/cf42ced0c5f8e3f4eb551b60b5995c16 to your computer and use it in GitHub Desktop.
Save blangus/cf42ced0c5f8e3f4eb551b60b5995c16 to your computer and use it in GitHub Desktop.
jwt security stuff
cheatsheet: https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/JSON_Web_Token_Cheat_Sheet_for_Java.md
jwt security handbook: https://tools.ietf.org/pdf/draft-ietf-oauth-jwt-bcp-06.pdf
jwt handbook (chapter 2.1): https://assets.ctfassets.net/2ntc334xpx65/o5J4X472PQUI4ai6cAcqg/c0f09bd6d2ec494462ea684ab065781d/jwt-handbook-v0_14_1.pdf
openid (chapter 8): https://bitbucket.org/openid/fapi/src/master/Financial_API_WD_002.md?at=master&fileviewer=file-view-default#markdown-header-8-security-considerations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment