Skip to content

GlitchCorp/fastapi-another-jwt-auth

Repository files navigation

FastAPI Another JWT Auth

Tests Coverage Status PyPI version Downloads


The project is based on Fastapi-jwt-auth that is no longer maintained.

Documentation: https://GlitchCorp.github.io/fastapi-another-jwt-auth

Source Code: https://github.com/GlitchCorp/fastapi-another-jwt-auth


Features

FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight), if you were familiar with flask-jwt-extended this extension suitable for you, cause this extension inspired by flask-jwt-extended 😀

  • Access tokens and refresh tokens
  • Freshness Tokens
  • Revoking Tokens
  • Support for WebSocket authorization
  • Support for adding custom claims to JSON Web Tokens
  • Storing tokens in cookies and CSRF protection

Installation

The easiest way to start working with this extension with pip

pip install fastapi-another-jwt-auth

If you want to use asymmetric (public/private) key signing algorithms, include the asymmetric extra requirements.

pip install 'fastapi-another-jwt-auth[asymmetric]'

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published