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.

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

TypeScript
6350
5 天前

Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and Json Web Keys (JWK) Implementation for .NET and .NET Core

C#
968
3 个月前

Golang (GO) implementation of Javascript Object Signing and Encryption specification

Go
186
5 个月前

A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day.

Java
184
9 个月前

JOSE (JSON Web Token) Library for Rust

Rust
182
1 个月前

JSON Web Token library for Python

Python
151
2 年前

Implementations of JOSE RFCs in Python

Python
105
5 小时前

A kit to create, sign and verify a JWT or JWS object

Swift
53
6 天前

An Encoder for the LexikJWTAuthenticationBundle that uses web-token/jwt-framework

PHP
35
2 年前

A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.

PHP
24
2 年前

JSON Object Signing and Encryption for Node.js and the browser

JavaScript
24
6 年前

A comprehensive Swift library for JOSE standards implementation, supporting JWA, JWK, JWE, JWS and JWT with robust encryption and signing functionalities.

Swift
23
1 个月前

A Pythonic implementation of the JOSE / JSON Web Crypto related RFCs (JWS, JWK, JWA, JWT, JWE)

Python
17
3 天前

jose - CLI tool for JOSE (JSON Object Signing and Encryption)

Go
11
4 天前

an JSON Web Tokens (JWT) project for golang

Go
11
7 年前

Demo example of using go ECDH-ES with EC key types: P-256, P-384 and P-521 and OKP key type : X25519 for generate key pair and get shared key.

Go
7
2 年前

JSON Web Algorithms for JavaScript

JavaScript
6
6 年前

A pure JavaScript implementation of the RFC 7518 ES256 digital signature algorithm

JavaScript
4
6 年前