|
You are here |
paragonie.com | ||
| | | | |
blog.scottlogic.com
|
|
| | | | | JSON Web Tokens are a secure way of transmitting information between two parties. This article explores what they are, how they are made, the kinds of JWTs that are commonly used and their key benefits. | |
| | | | |
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. | |
| | | | |
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. | |
| | | | |
aaronparecki.com
|
|
| | | This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol. | ||