jwt-auth
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.
Here are 1,643 public repositories matching this topic...
Language:All
Sort:Most stars
Java JWT: JSON Web Token for Java and Android
- Updated
Oct 17, 2025 - Java
这是一个使用了springboot+springSecurity+jwt实现的基于token的权限管理的一个demo
- Updated
Mar 5, 2021 - Java
Backend MVP showcasing JWT (Json Web Token) authentication with multiple login, timeout / refresh / logout (with in memory invalidation) using Spring Security & MySQL JPA.
- Updated
Jun 23, 2024 - Java
Very simplified insurance sales system made in a microservices architecture using Micronaut
- Updated
Aug 13, 2022 - Java
Go JWT signing, verifying and validating
- Updated
Feb 25, 2023 - Go
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
- Updated
Dec 18, 2023 - C#
The C JSON Web Token Library +JWK +JWKS
- Updated
Nov 11, 2025 - C
Lumen 10 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。
- Updated
Nov 13, 2025 - PHP
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
- Updated
Sep 17, 2025 - TypeScript
JWT Auth Guard for Laravel and Lumen Frameworks.
- Updated
Dec 3, 2019 - PHP
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.
- Updated
Nov 25, 2025 - Java
JWT Auditor – Analyze, break, and understand your tokens like a pro.
- Updated
Jul 31, 2025 - HTML
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.
- Updated
Feb 18, 2025 - PHP
A really simple library to generate JSON Web Tokens in PHP.
- Updated
Aug 3, 2023 - PHP
drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
- Updated
Nov 11, 2025 - Python
Spring Boot Refresh Token using JWT example - Expire and Renew JWT Token
- Updated
Feb 15, 2024 - Java
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
- Updated
Feb 4, 2024 - Java
Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
- Updated
Jan 19, 2022 - PHP
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 108 followers
- Website
- github.com/topics/jwt
- Wikipedia
- Wikipedia