JSON Web Tokens
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,264 public repositories matching this topic...
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
-
Updated
Feb 28, 2025 - Python
JSON Web Token Authentication support for Django REST Framework
-
Updated
Dec 6, 2022 - Python
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
-
Updated
Oct 6, 2023 - Python
Authentication for Django Rest Framework
-
Updated
Jan 4, 2025 - Python
An open source Flask extension that provides JWT support (with batteries included)!
-
Updated
Dec 30, 2024 - Python
Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ✨
-
Updated
Mar 3, 2025 - Python
JSON Web Token (JWT) authentication for Graphene Django
-
Updated
Dec 20, 2023 - Python
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
-
Updated
Apr 27, 2023 - Python
A backend project template with FastAPI, PostgreSQL with asynchronous SQLAlchemy 2.0, Alembic for asynchronous database migration, and Docker.
-
Updated
Mar 3, 2025 - Python
FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
-
Updated
Apr 12, 2024 - Python
A library for detecting known secrets across many web frameworks
-
Updated
Mar 3, 2025 - Python
Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
-
Updated
Jun 11, 2024 - Python
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
-
Updated
Nov 14, 2022 - Python
Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
-
Updated
Nov 14, 2022 - Python
A CPU-based JSON Web Token (JWT) cracker and - to some extent - scanner.
-
Updated
May 3, 2024 - Python
A Django authentication backend for Microsoft ADFS and AzureAD
-
Updated
Jan 28, 2025 - Python
A tool to test security of json web token
-
Updated
Mar 12, 2021 - Python
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 97 followers
- Website
- www.rfc-editor.org/info/rfc7519
- Wikipedia
- Wikipedia