|
You are here |
paragonie.com | ||
| | | | |
www.scottbrady.io
|
|
| | | | | JWTs get a lot of hate from the crypto community, but what are the alternatives? In this article, I look at implementations such as Branca and PASETO to see how they compare to JWTs. | |
| | | | |
www.sjoerdlangkemper.nl
|
|
| | | | | JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure. | |
| | | | |
scottarc.blog
|
|
| | | | | I am famously not a fan of JSON Web Tokens (JWT). Like most cryptography and security experts familiar with JWT, I would much rather you use something else if you can. I even proposed a secure alternative called PASETO in 2018 (with an optional extension called PASERK to handle advanced use-cases; namely key-wrapping and asymmetric... | |
| | | | |
humberto.io
|
|
| | | Implement the JWT authentication model using Angular 6 for the frontend and Django 2 for the backend | ||