Repository navigation

#

JSON Web Tokens

Created by M. Jones, J. Bradley, N. Sakimura

发布于 May 2015

www.rfc-editor.org
维基百科

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.

Go
1969
2 年前

A super fast CLI tool to decode and encode JWTs built in Rust

Rust
1289
6 天前

A header only library for creating and validating json web tokens in c++

C++
967
1 个月前

.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities

C#
571
1 年前

Open Source Universal User Registration System – NodeJS React Apollo GraphQL JWT MongoDB

JavaScript
502
5 年前

A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.

Java
477
8 年前

ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.

C#
410
1 年前

Jwt Authentication without ASP.NET Core Identity

SCSS
301
2 个月前

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby

Ruby
298
6 个月前

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.

PHP
298
2 个月前

A really simple library to generate JSON Web Tokens in PHP.

PHP
288
2 年前

Dead simple, plug and play JWT API Authentication for Laravel (5.4+)

PHP
234
3 年前

A fast and simple JWT implementation for Go

Go
205
19 天前

JOSE (JSON Web Token) Library for Rust

Rust
182
1 个月前

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)

JavaScript
146
1 年前

FastAPI native extension, easy and simple JWT auth

Python
144
2 个月前
Java
133
8 年前

Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.

Java
126
7 年前

A simple jwt library for Asp.Net 6 that provides a set of minimal api endpoints to handle authentication actions

C#
120
2 年前