botserver/src/directory
Rodrigo Rodriguez (Pragmatismo) b4003e3e0a fix(auth): align auth middleware anonymous paths with RBAC config
- Remove broad /api/auth anonymous path that was matching /api/auth/me
- Add specific anonymous paths: /api/auth/login, /api/auth/refresh, /api/auth/bootstrap
- Remove /api/auth/logout, /api/auth/2fa/* from anonymous (require auth)
- Fix /api/auth/me returning 401 for authenticated users
2026-01-10 17:31:50 -03:00
..
auth_routes.rs fix(auth): align auth middleware anonymous paths with RBAC config 2026-01-10 17:31:50 -03:00
bootstrap.rs fix: Direct login without password change requirement 2026-01-09 13:03:26 -03:00
client.rs feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
groups.rs Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
mod.rs feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
router.rs feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00
users.rs feat(auth): Add OTP password display on bootstrap and fix Zitadel login flow 2026-01-06 22:56:35 -03:00