Fastapi Auth

Implement session-based authentication in FastAPI applications. Use when building login/logout flows, protecting endpoints with auth dependencies, creating user models with password hashing, managing sessions in database, or implementing auth exceptions. Covers HTTPBearer token validation, Argon2 password hashing, session repository/service patterns, and route protection with dependency injection. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/agusmdev--burntop--fastapi-auth commit 9da4056245

Frequently asked questions

npx skillmds@latest add tomevault-io/fastapi-auth