Hardening OIDC Auth: Resolve discovery deadlocks, implement identity sync, fix session persistence, and stabilize voice chat initialization
1 parent 57ef42c commit d8a53b3062d794f031042a23658c0bdd218b45cf
@Antigravity AI Antigravity AI authored 20 days ago
Showing 17 changed files
View
ai-hub/app/api/dependencies.py
View
ai-hub/app/api/routes/mcp.py
View
ai-hub/app/api/routes/nodes.py
View
ai-hub/app/api/routes/sessions.py
View
ai-hub/app/api/routes/user.py
View
ai-hub/app/api/schemas.py
View
ai-hub/app/core/services/auth.py
View
ai-hub/app/core/services/user.py
View
frontend/src/App.js
View
frontend/src/features/auth/pages/LoginPage.js
View
frontend/src/services/api/adminService.js
View
frontend/src/services/api/apiClient.js
View
frontend/src/services/api/nodeService.js
View
frontend/src/services/api/sessionService.js
View
frontend/src/services/api/userService.js
View
scripts/deploy_to_prod.exp
View
scripts/remote_deploy.sh