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.

这是一个使用了springboot+springSecurity+jwt实现的基于token的权限管理的一个demo

Java
688
4 年前

plumemo 一个简单通用的前后分离的博客系统 后端代码 文档地址

Java
555
1 年前

Backend MVP showcasing JWT (Json Web Token) authentication with multiple login, timeout / refresh / logout (with in memory invalidation) using Spring Security & MySQL JPA.

Java
544
10 个月前

Very simplified insurance sales system made in a microservices architecture using Micronaut

Java
492
3 年前
Go
447
2 年前

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

C#
410
1 年前

The C JSON Web Token Library +JWK +JWKS

C
370
19 天前

Lumen 10 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。

PHP
357
2 个月前

NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript

TypeScript
333
3 天前

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 年前

drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.

Python
284
11 天前

Spring Boot Refresh Token using JWT example - Expire and Renew JWT Token

Java
272
1 年前

A modular, scalable Spring Boot microservices framework for managing courses and reviews. It features OAuth 2.0 authentication via Keycloak, API management with Spring Cloud Gateway, and observability using OTel, Grafana, Loki, Tempo, and Prometheus. MongoDB and PostgreSQL handle storage, with deployments via Docker Compose and Kubernetes.

Java
235
1 个月前

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

PHP
234
3 年前

API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.

JavaScript
228
2 年前

JWT Token support for Doorkeeper

Ruby
220
8 个月前

Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example

Java
211
1 年前