accounts/cmd
Haitao Pan bc2562b877 fix: move mfa/status endpoint outside auth middleware and implement persistent session storage
- 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
2026-02-05 09:37:04 +08:00
..
accountsvc fix: move mfa/status endpoint outside auth middleware and implement persistent session storage 2026-02-05 09:37:04 +08:00
createadmin feat: enforce root account and introduce RBAC policy scaffolding 2026-02-04 13:36:24 +08:00
migratectl reset accounts.svc.plus repo 2026-01-23 23:16:37 +08:00
syncctl feat: move account service to repo root 2026-01-16 16:15:23 +08:00