fastapi-cloudauth 0.4.3
0
fastapi-cloudauth supports simple integration between FastAPI and cloud authentication services (AWS
Contents
fastapi-cloudauth supports simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
Stars: 333, Watchers: 333, Forks: 35, Open Issues: 37The tokusumi/fastapi-cloudauth
repo was created 4 years ago and the last code push was 1 years ago.
The project is popular with 333 github stars!
How to Install fastapi-cloudauth
You can install fastapi-cloudauth using pip
pip install fastapi-cloudauth
or add it to a project with poetry
poetry add fastapi-cloudauth
Package Details
- Author
- tokusumi
- License
- MIT
- Homepage
- https://github.com/tokusumi/fastapi-cloudauth
- PyPi:
- https://pypi.org/project/fastapi-cloudauth/
- GitHub Repo:
- https://github.com/tokusumi/fastapi-cloudauth
Classifiers
- Security
Related Packages
Errors
A list of common fastapi-cloudauth errors.
Code Examples
Here are some fastapi-cloudauth
code examples and snippets.
GitHub Issues
The fastapi-cloudauth package has 37 open issues on GitHub
- Fix typo in docstring
- "not verified" response - cognito
- Add ability to specify
user_info
as an extra parameter when instantiatingUserInfoAuth
derived classes - Cognito "iat" claim set in the future
- firebase.JWKS public keys expire and don't get refreshed
- Standalone function to verify token
- Firebase - Unauthenticated request is not raising an exception
- Mock auth0 for tests
- Cognito class instances talk to AWS at import time