JSON Web Tokens
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
Here are 211 public repositories matching this topic...
A super fast CLI tool to decode and encode JWTs built in Rust
-
Updated
Nov 24, 2025 - Rust
JSON Web Token Hack Toolkit
-
Updated
Dec 1, 2025 - Rust
Single Sign-On Identity & Access Management via OpenID Connect, OAuth 2.0 and PAM
-
Updated
Dec 6, 2025 - Rust
JSON Web Token implementation in Rust.
-
Updated
Jul 12, 2025 - Rust
JOSE (JSON Web Token) Library for Rust
-
Updated
May 9, 2025 - Rust
The official community-maintained Clerk SDK for Rust
-
Updated
Oct 31, 2025 - Rust
Are you interested in building a secure authentication system for your Rust web application? Look no further than the Axum framework and JSON Web Tokens (JWTs)! Axum is a fast and scalable Rust web framework that provides a reliable and efficient platform for developing microservices and APIs.
-
Updated
Apr 14, 2023 - Rust
PASETOrs: PASETO tokens in pure Rust
-
Updated
Dec 5, 2025 - Rust
A type-driven, ergonomic RUST implementation of the PASETO protocol for secure stateless tokens.
-
Updated
Nov 30, 2025 - Rust
Authenticated and encrypted API tokens written in Rust. A secure JWT alternative.
-
Updated
Nov 28, 2025 - Rust
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 108 followers
- Website
- github.com/topics/jwt
- Wikipedia
- Wikipedia