🔁 Authentication Flows¶
Choose a flow to see the detailed sequence diagram and implementation notes.
| Flow | When to use |
|---|---|
| Web Session Flow | Primary Inertia SPA using Sanctum session cookies. |
| Sanctum Token Flow | Personal access tokens for CLI tools and integrations. |
| Filament Login Flow | Admin and worker access to the Filament dashboard. |
Each diagram highlights the participating actors, request sequence, and security considerations. Use this pattern for new flows across the docs so diagrams stay focused and reusable.