From d9b9427282acaa9650c20f81531c924e7ec60c02 Mon Sep 17 00:00:00 2001 From: Mac Carrithers Date: Thu, 5 Mar 2026 15:50:15 -0700 Subject: [PATCH] feat: Update details for alignment with new auth flow --- src/content/docs/code-push/ci/_authentication.mdx | 2 +- src/content/docs/code-push/faq.mdx | 1 + src/content/docs/flutter-concepts/how-to-install-flutter.mdx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/docs/code-push/ci/_authentication.mdx b/src/content/docs/code-push/ci/_authentication.mdx index df1b8dc4..adc253bf 100644 --- a/src/content/docs/code-push/ci/_authentication.mdx +++ b/src/content/docs/code-push/ci/_authentication.mdx @@ -21,7 +21,7 @@ The Shorebird CLI needs your authorization to manage apps, releases, and patches In a browser, visit this URL to log in: -https://accounts.google.com/o/oauth2/v2/auth... +https://auth.shorebird.dev/login... Waiting for your authorization... diff --git a/src/content/docs/code-push/faq.mdx b/src/content/docs/code-push/faq.mdx index c29db37d..85824ddf 100644 --- a/src/content/docs/code-push/faq.mdx +++ b/src/content/docs/code-push/faq.mdx @@ -457,6 +457,7 @@ The following URLs are used by Shorebird: - https://console.shorebird.dev -- used to interact with Shorebird's services via the web. +- https://auth.shorebird.dev -- used to authenticate with Shorebird - https://api.shorebird.dev -- used by the `shorebird` command line tools to interact with the Shorebird servers as well as the Shorebird updater on users' devices to check for updates. diff --git a/src/content/docs/flutter-concepts/how-to-install-flutter.mdx b/src/content/docs/flutter-concepts/how-to-install-flutter.mdx index 67d99bcb..099278d1 100644 --- a/src/content/docs/flutter-concepts/how-to-install-flutter.mdx +++ b/src/content/docs/flutter-concepts/how-to-install-flutter.mdx @@ -363,7 +363,7 @@ No issues detected! The core workflow to get started is: -1. `shorebird login` (authenticates via Google OAuth) +1. `shorebird login` (authenticates your Shorebird account) 2. [Initialize your project](https://docs.shorebird.dev/code-push/initialize/) with `shorebird init` (creates `shorebird.yaml` with your app ID) 3. [Create a release](https://docs.shorebird.dev/code-push/release/) with