mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 20:32:20 +03:00
CI sets INITIAL_PASSWORD and JWT_SECRET env vars, which makes isAuthRequired() return true even with a fresh temp DB. The tests call route handlers directly without session cookies, so auth must be fully disabled by clearing all auth-related env vars.