Auth
Authentication and authorization in backend Rust services.
| JWT | Structure, signing algorithms, validation, expiry, rotation |
| PASETO | Platform-agnostic tokens — why PASETO over JWT |
| Sessions | Server-side session storage, Redis-backed sessions |
| OAuth2 | Authorization code flow, PKCE, token refresh |
| Middleware | Axum auth extractors, tower auth middleware |