Commit Graph

4 Commits

Author SHA1 Message Date
44ca64e120 fix: Configure HTTPS domain and OAuth callback route
- Update configuration for production HTTPS domain (devden.hiddenden.cafe)
- Add nginx reverse proxy for /api and /auth routes to backend
- Create auth-callback.html to handle Microsoft Entra ID OAuth redirect
- Fix API_URL in script.js to use same origin (remove :8000 port)
- Add cache-busting query parameter (?v=2) to script.js
- Update .env.example with HTTPS requirements documentation

This resolves Azure Entra ID redirect URI mismatch and enables proper
OAuth authentication flow through the nginx frontend proxy.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-16 10:43:16 +00:00
e97da03887 update docs 2026-01-15 21:39:18 +01:00
2f93fb6cb5 feature/entra id authentication added 2026-01-15 21:32:35 +01:00
5bbec0e240 AI implementation for openai and claude. 2026-01-15 21:20:30 +01:00