pyjwt topic

List pyjwt repositories

flask-jwt-router

54
Stars
11
Forks
Watchers

Flask JWT Router is a Python library that adds authorised routes to a Flask app.

jwtcat

289
Stars
49
Forks
Watchers

A CPU-based JSON Web Token (JWT) cracker and - to some extent - scanner.

django-ninja-jwt

30
Stars
5
Forks
Watchers

A JSON Web Token authentication plugin for the Django REST Framework.

fastapi-mongodb

20
Stars
5
Forks
Watchers

Library for working with FastAPI and MongoDB via Motor driver

jwts-in-python

22
Stars
9
Forks
Watchers

Check out how to create and validate JWTs in Python

FastAPI-Boilerplate

15
Stars
5
Forks
Watchers

A dockerized FastAPI Boilerplate with JWT, Loguru logging, Role based authorization, SQLAlchemy ORM with AsyncSession. Repository design pattern, Domain driven design, Service Layer implemented.