- Notifications
You must be signed in to change notification settings - Fork178
FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
License
IndominusByte/fastapi-jwt-auth
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Documentation:https://indominusbyte.github.io/fastapi-jwt-auth
Source Code:https://github.com/IndominusByte/fastapi-jwt-auth
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
The easiest way to start working with this extension with pip
pip install fastapi-jwt-auth
If you want to use asymmetric (public/private) key signing algorithms, include theasymmetric extra requirements.
pip install'fastapi-jwt-auth[asymmetric]'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)
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.