
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: 469, Watchers: 469, Forks: 86, Open Issues: 55The IndominusByte/fastapi-jwt-auth
repo was created 2 years ago and was last updated 19 hours ago.
The project is popular with 469 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/
- 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 55 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