fastapi-jwt-auth 0.5.0
0
FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)
Contents
FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)
Stars: 645, Watchers: 645, Forks: 151, Open Issues: 61The IndominusByte/fastapi-jwt-auth
repo was created 4 years ago and the last code push was 6 months ago.
The project is popular with 645 github stars!
How to Install fastapi-jwt-auth
You can install fastapi-jwt-auth using pip
pip install fastapi-jwt-auth
or add it to a project with poetry
poetry add fastapi-jwt-auth
Package Details
- Author
- Nyoman Pradipta Dewantara
- License
- Homepage
- https://github.com/IndominusByte/fastapi-jwt-auth
- PyPi:
- https://pypi.org/project/fastapi-jwt-auth/
- Documentation:
- https://indominusbyte.github.io/fastapi-jwt-auth/
- GitHub Repo:
- https://github.com/IndominusByte/fastapi-jwt-auth
Classifiers
- Internet/WWW/HTTP/Dynamic Content
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common fastapi-jwt-auth errors.
Code Examples
Here are some fastapi-jwt-auth
code examples and snippets.
GitHub Issues
The fastapi-jwt-auth package has 61 open issues on GitHub
- Using Refresh Tokens as an Opaque Encrypted Access Tokens
- Non unique operation_id can lead to documentation bug
- Upgrade PyJWT to v2.1.0
- support for scopes
- No authorize option in Swagger