json-web-token
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 379 public repositories matching this topic...
Language:All
Sort:Most stars
An implementation of JOSE standards (JWE, JWS, JWT) in Go
- Updated
Jan 10, 2023
A super fast CLI tool to decode and encode JWTs built in Rust
- Updated
Nov 24, 2025 - Rust
A header only library for creating and validating json web tokens in c++
- Updated
Oct 25, 2025 - C++
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
- Updated
Feb 8, 2024 - C#
Open Source Universal User Registration System – NodeJS React Apollo GraphQL JWT MongoDB
- Updated
Sep 4, 2020 - JavaScript
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
- Updated
May 8, 2017 - Java
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
- Updated
Dec 18, 2023 - C#
JSON Web Token library
- Updated
Apr 29, 2023 - Go
Jwt Authentication without ASP.NET Core Identity
- Updated
Mar 3, 2025 - SCSS
Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.4+. This library makes JWT a cheese. It is a minimal JWT integration for PHP.
- Updated
Feb 18, 2025 - PHP
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
- Updated
Aug 9, 2025 - Ruby
A really simple library to generate JSON Web Tokens in PHP.
- Updated
Aug 3, 2023 - PHP
Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
- Updated
Jan 19, 2022 - PHP
A fast and simple JWT implementation for Go
- Updated
Aug 15, 2025 - Go
JOSE (JSON Web Token) Library for Rust
- Updated
May 9, 2025 - Rust
FastAPI native extension, easy and simple JWT auth
- Updated
Feb 24, 2025 - Python
An awesome tour booking web app written in NodeJS, Express, MongoDB 🗽 (NB: This is es6 version but you can find the es5 version in 'es5-version' branch. And as it's free deployed server, could take few moments for first time rendering. Thank you)
- Updated
Nov 23, 2023 - JavaScript
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
- Updated
May 14, 2018 - Java
Spring Security 6 demo : Spring Boot application that makes use of JWT for securing an exposed REST API : Spring boot 3.0.2 - Java 17 - Spring Security 6.0.1
- Updated
Mar 24, 2024 - Java
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 108 followers
- Website
- github.com/topics/jwt
- Wikipedia
- Wikipedia