Authentication
Runique provides a complete and extensible session-based authentication system.
| Module | Description |
|---|---|
| User Model | RuniqueUser, built-in, custom trait |
| Session Helpers | login, logout, is_authenticated |
| Protection Middlewares | load_user_middleware, inline is_authenticated pattern |
| Complete Example | Complete Login / Logout handlers |
| LoginGuard | Brute-force protection per username |