Skip to content

DanielChico/fastapi-jwt-auth-v2

 
 

Repository files navigation

FastAPI JWT Auth V2

Tests Coverage Status PyPI version Downloads


Source Code: https://github.com/DanielChico/fastapi-jwt-auth-v2


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-jwt-auth-v2

License

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

About

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.9%
  • Shell 0.1%