Use these links to test each authentication flow during development. Each link simulates a specific login state by passing the appropriate URL hash.
Login States
| Scenario | URL | Description |
|---|---|---|
| Login | /auth/login.html | Standard email/password login form |
| Forgot Password | /auth/login.html#forgot | Password recovery request form |
| Reset Password | /auth/login.html#recovery_token=dev | Password reset form (simulated token) |
| Accept Invitation | /auth/login.html#invite_token=dev | New user invitation acceptance |
| Email Confirmation | /auth/login.html#confirmation_token=dev | Email verification confirmation |
Other Auth Pages
| Page | URL | Description |
|---|---|---|
| Account | /auth/account.html | User account management page |
| Access Denied | /access-denied.html | Shown when a user lacks permission |