easy-auth 2.0.3
0
Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints
Contents
Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
Stars: 554, Watchers: 554, Forks: 52, Open Issues: 14The codemation/easyauth
repo was created 3 years ago and the last code push was 4 months ago.
The project is popular with 554 github stars!
How to Install easy-auth
You can install easy-auth using pip
pip install easy-auth
or add it to a project with poetry
poetry add easy-auth
Package Details
- Author
- Joshua Jamison
- License
- MIT
- Homepage
- PyPi:
- https://pypi.org/project/easy-auth/
- Documentation:
- https://easyauth.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/codemation/easyauth
Classifiers
- Internet/WWW/HTTP/Session
Related Packages
Errors
A list of common easy-auth errors.
Code Examples
Here are some easy-auth
code examples and snippets.
GitHub Issues
The easy-auth package has 14 open issues on GitHub
- 401 Unauthorized - When loging in for the first time on admin
- Update token expiry or refresh token
- easyauth httptools 0.3.0 not good for python 3.11