Repair landing navigation wiring and add end-to-end Google sign-in support#3
Draft
Copilot wants to merge 3 commits into
Draft
Repair landing navigation wiring and add end-to-end Google sign-in support#3Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
…d google sign-in flow Agent-Logs-Url: https://github.com/devXyi/prexus-intelligence/sessions/3b81347b-26ec-43c0-9ecb-c118a784ef0f Co-authored-by: devXyi <265634822+devXyi@users.noreply.github.com>
…sign-in config Agent-Logs-Url: https://github.com/devXyi/prexus-intelligence/sessions/3b81347b-26ec-43c0-9ecb-c118a784ef0f Co-authored-by: devXyi <265634822+devXyi@users.noreply.github.com>
Agent-Logs-Url: https://github.com/devXyi/prexus-intelligence/sessions/3b81347b-26ec-43c0-9ecb-c118a784ef0f Co-authored-by: devXyi <265634822+devXyi@users.noreply.github.com>
devXyi
approved these changes
May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
landing.htmlwas pointing to a non-existentauth.html, which broke Registration/Sign In/Request Access flows and disconnected users from the actual auth surface. This updates navigation wiring and introduces a working Google sign-in path that mints platform JWTs.Landing navigation + access entrypoints
auth.htmllinks withindex.htmlhash routes:Registration -> index.html#registerSign In -> index.html#signinRequest Access -> index.html#registerPrivacy Policyto the same top menu action box as Registration / Sign In / Book Demo.Frontend auth UX (
frontend/index.html)#signinand#register./auth/google/config).Backend Google auth integration (
backend/apps/api-gateway)GET /auth/google/configto expose whether Google sign-in is enabled and the configured client ID.POST /login/google:GOOGLE_CLIENT_ID) when configuredtoken+user).Config surface
GOOGLE_CLIENT_IDto.env.examplefor explicit OAuth configuration.Example of the fixed landing wiring: