gitcommitshow / awesome-authentication

Resources to learn and implement authentication in your application
MIT License
124 stars 8 forks source link

Include alternatives / criticism of JWT? #1

Closed jnv closed 3 years ago

jnv commented 3 years ago

Hi there! I drove by your repo to add it into my lists repository and noticed that while the topic here is general authentication, it mostly focuses on JWT "for now". Would you be interested in covering criticisms of JWT as well, e.g. its poor design and usually improper use (like session tokens)?

Some resources on this topic:

And some alternatives:

gitcommitshow commented 3 years ago

Thank you for contributing. I have added these links under Security Risks and Criticism of JWT heading.

jnv commented 3 years ago

Thanks! I will go ahead and close this issue.