/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

www.ayush.nz
| | www.sjoerdlangkemper.nl
1.8 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.
| | yoongkang.com
1.3 parsecs away

Travel
| | JSON Web Tokens (JWTs) are commonly used today in a number of applications, especially as bearer tokens.
| | www.stevejgordon.co.uk
1.6 parsecs away

Travel
| | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.
| | zfnd.org
15.1 parsecs away

Travel
| In one of ourprevious posts, we wrote an overview of the structure of the asynchronous network stack we designed forZebra, the Zcash Foundations forthcoming node implementation. This post will zoom in to take a close look at one small but interesting component: how we use Tokioscodecfunctionality to implement the Bitcoin wire protocol used by Zcash. []