[PR #13523] feat(auth): implement browser-based Google OAuth flow #14705

Closed
opened 2026-02-16 18:19:28 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13523

State: closed
Merged: No


Adds support for web-based OAuth 2.0 flow for Google authentication, allowing users to login via browser instead of manually exchanging codes.

Changes

  • Backend: Added /auth/google/browser endpoint and callback handler.
  • Frontend: Added 'Login with Browser' button.
  • CLI: Updated auth command.

This improves security and user experience.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13523 **State:** closed **Merged:** No --- Adds support for web-based OAuth 2.0 flow for Google authentication, allowing users to login via browser instead of manually exchanging codes. ### Changes - Backend: Added `/auth/google/browser` endpoint and callback handler. - Frontend: Added 'Login with Browser' button. - CLI: Updated auth command. This improves security and user experience.
yindo added the pull-request label 2026-02-16 18:19:28 -05:00
yindo closed this issue 2026-02-16 18:19:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14705