Skip to content

Fix Google OAuth native callback flow#205

Merged
shiny-code-bot merged 1 commit into
mainfrom
fix/google-native-oauth-client
Jun 17, 2026
Merged

Fix Google OAuth native callback flow#205
shiny-code-bot merged 1 commit into
mainfrom
fix/google-native-oauth-client

Conversation

@shiny-code-bot

Copy link
Copy Markdown
Collaborator

Summary

  • switch Google sign-in from the app bundle URL scheme to the Google native installed-app callback scheme
  • make Google OAuth client secrets optional for native clients while preserving legacy client metadata for existing refresh tokens
  • inject and validate the derived callback scheme across local install, packaging, and App Store upload paths

Validation

  • swift test
  • python3 -m unittest Tests/ScriptsTests/test_release_workflows.py
  • scripts/commit-gate.sh
  • JetBrains changed-files closeout: clean, 0 problems

Notes

  • Existing legacy Google refresh tokens can keep using the old configured legacy client ID/secret.
  • New sign-ins require a Google Apple/iOS installed-app OAuth client ID so Google accepts the custom scheme redirect.

@shiny-code-bot shiny-code-bot merged commit 67f8b4a into main Jun 17, 2026
3 checks passed
@shiny-code-bot shiny-code-bot deleted the fix/google-native-oauth-client branch June 17, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant