Authentication
User login and JWT-based authentication.
Placeholder
This documentation covers existing functionality and will be expanded.
Overview
XReports uses JWT (JSON Web Token) authentication for secure user access.
Login Modes
The application supports four login page modes with various customization options.
See Login Panel for detailed configuration and examples.
| Mode | Name | Description |
|---|---|---|
| 1 | Full | Standard centered login card |
| 2 | Simple | Standard card at top position |
| 3 | Custom | Configurable colors and background |
| 4 | Glassmorphism | Transparent panel with blur effect |
Features
- JWT Bearer token authentication
- Session management
- Remember me functionality
- Password recovery
New in This Release
- Unified login UI with TailwindCSS/DaisyUI
- Google Sans font integration
- Improved error handling