Explore >> Select a destination


You are here

lucianonooijen.com
| | www.stevejgordon.co.uk
3.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.
| | www.sjoerdlangkemper.nl
3.9 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.
| | brunoscheufler.com
2.1 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.ayush.nz
6.1 parsecs away

Travel
| [AI summary] This article provides a technical assessment of JSON Web Tokens (JWT) as a compact, self-contained mechanism for secure information exchange and authentication in APIs.