Repository navigation
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.
An implementation of JOSE standards (JWE, JWS, JWT) in Go
A super fast CLI tool to decode and encode JWTs built in Rust
A header only library for creating and validating json web tokens in c++
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Open Source Universal User Registration System – NodeJS React Apollo GraphQL JWT MongoDB
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
JSON Web Token library
Jwt Authentication without ASP.NET Core Identity
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.
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
A really simple library to generate JSON Web Tokens in PHP.
Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
JOSE (JSON Web Token) Library for Rust
FastAPI native extension, easy and simple JWT auth
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)
spring security 学习总结
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
A simple jwt library for Asp.Net 6 that provides a set of minimal api endpoints to handle authentication actions