fastapi-auth
•published 2026/01/23
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.
📦 Install Skill
Command line install
Install directly with the `skills` CLI.
npx skills add agusmdev/burntop/packages/.claude/skills/fastapi-authFile Explorer
No file selected
Select a file to view its content

