Yet another fork of fast-jwt-auth
Project description
FastAPI JWT Auth
Documentation: https://LibreNZ.github.io/libre-fastapi-jwt
Source Code: https://github.com/LibreNZ/libre-fastapi-jwt
This project was originally based on fastapi-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 😀
- Integrated with the button
- Access tokens and refresh tokens
- Freshness Tokens
- Revoking Tokens
- Dual Tokens (cookie and headers)
- 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 libre-fastapi-jwt
If you want to use asymmetric (public/private) key signing algorithms, include the asymmetric extra requirements.
pip install 'libre-fastapi-jwt[asymmetric]'
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for libre_fastapi_jwt-0.22.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a56eb22899c5b10598318d5ffcd2301042e0e5c1ed3d80fb042884235956861e |
|
MD5 | 53ea0ed1a8f96b0b0616c3db5f9e19d0 |
|
BLAKE2b-256 | be7db5215862c0ba2a16e748f47e2d64620e0136c094b7bbbf44dac25efc3259 |