gmal-scope-builder/backend
Vadym Samoilenko dbbef4972b Fix blocking JWKS fetch causing 504s + app-only logout
- auth.py: replace synchronous httpx.get (blocked event loop) with
  async httpx.AsyncClient; add key-rotation refresh on unknown kid
- App.tsx: use onRedirectNavigate: false so Sign out clears only the
  local MSAL session without redirecting to Microsoft logout endpoint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 11:11:46 +01:00
..
alembic Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
app Fix blocking JWKS fetch causing 504s + app-only logout 2026-03-30 11:11:46 +01:00
alembic.ini Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
Dockerfile Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
requirements.txt Add Azure SSO + production deployment config 2026-03-28 18:51:18 +00:00
start.sh Add Azure SSO + production deployment config 2026-03-28 18:51:18 +00:00