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
6348
4 天前

💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication

JavaScript
2929
5 年前

JWT lib in rust

Rust
1808
2 个月前

Build ECommerce Website Like Amazon By React & Node & MongoDB

JavaScript
1708
1 年前

JWT auth service using Spring Boot, Spring Security and MySQL

Java
1584
8 个月前

Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.

TypeScript
1502
3 个月前
danieleteti/delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Pascal
1293
17 小时前

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

Rust
1289
5 天前

基于SpringBoot+Shiro+Redis+Jwt+Thymeleaf+MyBatis 开发的后台用户、角色、权限、会员管理、RestFul、Token和前台用户登录注册以及前后台用户分离的脚手架

JavaScript
824
2 年前

JSON Web Token (JWT) authentication for Graphene Django

Python
823
1 年前

A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.

TypeScript
786
1 个月前

JWT utilities module based on the jsonwebtoken package 🔓

TypeScript
633
17 小时前

A MERN stack skeleton web application [Full-Stack React Projects]

JavaScript
296
1 年前

A Fake API with JWT Authentication using json-server and jsonwebtoken

JavaScript
287
2 年前

Create and verify JSON Web Tokens (JWT) with Deno or the browser.

TypeScript
233
8 个月前

A fast and simple JWT implementation for Go

Go
205
18 天前

The goal of this project is to implement an application called movie-app to manage movies. For it, we will implement a back-end Spring Boot application called movie-api and a font-end React application called movie-ui. Additionally, we will use OAuth2 (Social Login) to secure both applications.

Java
182
1 个月前

The goal of this project is to implement an application called order-app to manage orders. For it, we will implement a back-end Spring Boot application called order-api and a font-end React application called order-ui. Besides, we will use JWT Authentication to secure both applications.

Java
167
1 个月前