- 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 |
||
|---|---|---|
| .. | ||
| accountsvc | ||
| createadmin | ||
| migratectl | ||
| syncctl | ||