- 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 |
||
|---|---|---|
| .. | ||
| auth_routes.rs | ||
| bootstrap.rs | ||
| client.rs | ||
| groups.rs | ||
| mod.rs | ||
| router.rs | ||
| users.rs | ||