gmal-scope-builder/backend/app
Vadym Samoilenko b2812593ae Add Azure SSO + production deployment config
- MSAL.js (PKCE) browser-side auth against Azure Entra ID
- Bearer token interceptor on all API calls
- Backend JWT validation middleware (python-jose + JWKS)
- All API routes protected; /api/health stays public
- vite base set to /gsb/, BrowserRouter basename=/gsb
- docker-compose: remove frontend service, lock backend to 127.0.0.1:8002, remove dev volumes
- backend: 2 workers, no --reload

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 18:51:18 +00:00
..
api Add AI/Automation efficiency adjustment for team shape 2026-03-28 10:36:44 -04:00
middleware Add Azure SSO + production deployment config 2026-03-28 18:51:18 +00:00
models AI-enhanced GMAL descriptions + matching fixes 2026-03-28 10:12:04 -04:00
schemas AI-enhanced GMAL descriptions + matching fixes 2026-03-28 10:12:04 -04:00
services Add AI/Automation efficiency adjustment for team shape 2026-03-28 10:36:44 -04:00
utils Improve matching, upload UX, collapse fix, full catalog approach 2026-03-27 19:22:08 -04:00
__init__.py Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
config.py Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
database.py Initial commit - GMAL Scope Builder 2026-03-27 17:35:14 -04:00
main.py Add Azure SSO + production deployment config 2026-03-28 18:51:18 +00:00