
Authentication and authorization patterns for FastAPI.

<!--more-->

## OAuth2 with JWT

## Security Schemes via `Depends`

## Role-Based Access

## Testing Authenticated Endpoints

