/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

yoongkang.com
| | brunoscheufler.com
1.4 parsecs away

Travel
| | JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....
| | www.shuttle.rs
1.5 parsecs away

Travel
| | Using JSON Web Tokens (JWTs) when implementing authentication in a Rust API
| | blog.scottlogic.com
1.2 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.
| | conductofcode.io
9.6 parsecs away

Travel
| How to create a ASP.NET Core Web API, secure it with JSON Web Tokens and explore it with Swagger UI and Postman.