This project contains the reusable code for authentication in Python backends using FastAPI. It leverages Cognito User Pools and Secrets Manager for authentication. The authentication of service ...
An opionated authentication and authorization system for FastAPI. from fastapi_auth.permissions import Role ADMIN_ROLE = Role( name="Administrator", description ...