ac-tool/backend/server
Vadym Samoilenko 08710e1a16 fix: verify JWT signature via JWKS and fix auth dev bypass condition
- msal_auth.py: replace verify_signature=False with real JWKS verification
  using PyJWKClient; validates RS256 signature, aud=clientId, issuer v2.0
- App.tsx: split DEV bypass from empty-accounts case — in production,
  accounts.length === 0 now correctly triggers loginRedirect instead of
  calling fetchMe without a token

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 14:44:22 +00:00
..
api Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
auth fix: verify JWT signature via JWKS and fix auth dev bypass condition 2026-03-23 14:44:22 +00:00
jobs Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
runners Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
sheets Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
ws Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
__init__.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
app.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
config_runtime.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00