/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

paragonie.com
| | blog.scottlogic.com
1.1 parsecs away

Travel
| | 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
1.6 parsecs away

Travel
| | 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
2.1 parsecs away

Travel
| | 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
22.0 parsecs away

Travel
| This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol.