jwt-authentication
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,417 public repositories matching this topic...
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
-
Updated
Nov 5, 2025 - Python
A boilerplate for flask restful web service
-
Updated
Feb 15, 2023 - Python
A cross-platform, open-source music streaming desktop app that includes Spotify-like core functionalities and user-requested features—such as the ability to upload personal music.
-
Updated
Sep 4, 2025 - Python
Secure a FastAPI app by enabling authentication using JSON Web Tokens (JWTs)
-
Updated
May 8, 2024 - Python
This article will teach you how to create a CRUD RESTful API with Python, FastAPI, PyMongo, MongoDB, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.
-
Updated
Feb 4, 2023 - Python
A JSON Web Token authentication plugin for the Django REST Framework.
-
Updated
Nov 9, 2025 - Python
Django REST Framework Course - IMDB Clone (Final Lecture Version)
-
Updated
Apr 2, 2021 - Python
A tutorial for user authentication between a django backend and react frontend using jwt
-
Updated
Aug 27, 2024 - Python
Simple boilerplate for Django 2.1 & Django rest framework
-
Updated
Dec 8, 2022 - Python
E-Commerce API With Fast Api Framework
-
Updated
Feb 29, 2024 - Python
🌐 A Backend service template project developed with Python Flask
-
Updated
Oct 25, 2024 - Python
测试题小程序 包含后端api接口 可能会改成gitbook应用了吧
-
Updated
Jun 22, 2018 - Python
E-commerce API with FastAPI , tortoise orm, jwt
-
Updated
May 17, 2023 - Python
DocFlow is a powerful Document Management API designed to streamline document handling, including seamless uploading, downloading, organization, versioning, sharing, and more.
-
Updated
Sep 30, 2025 - Python
[UNMAINTAINED] JSON Web Token (JWT) authentication for Django with Strawberry GraphQL
-
Updated
Feb 20, 2023 - Python
Build and deploy a full-stack RAG app on AWS with Terraform, using free tier Gemini Pro, real-time web search using Remote MCP server and Streamlit UI with token based authentication.
-
Updated
Jun 30, 2025 - Python
Code samples of the tutorial "How to Use JWT Authentication with Django REST Framework"
-
Updated
Dec 19, 2018 - Python
Django DRF authentication provider for Google's Firebase Authentication Service
-
Updated
Jan 17, 2019 - Python
A Configurable template for a FastAPI application, with Authentication, User integration, Admin pages and a snappy CLI to control it all!
-
Updated
Nov 10, 2025 - Python
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 106 followers
- Website
- github.com/topics/jwt
- Wikipedia
- Wikipedia