- Moved /api/auth/mfa/status outside authProtected group to allow pre-login MFA checks - Added session management to Store interface with CreateSession, GetSession, DeleteSession - Implemented session persistence in both memoryStore and postgresStore - Updated handler to use store-based sessions instead of in-memory map - Added database schema for users, sessions, agents, and email_blacklist tables - This fixes the 401 error when checking MFA status before login |
||
|---|---|---|
| .. | ||
| admin_agents.go | ||
| admin_settings_test.go | ||
| admin_users_metrics.go | ||
| admin_users.go | ||
| api_test.go | ||
| api.go | ||
| config_sync.go | ||
| email.go | ||
| internal_public_overview.go | ||
| user_agents.go | ||