Replace fly.dev with aethex.dev throughout code/OAUTH_SETUP.md

cgen-4b4f55c1122c441fb4ce9ec5fbc556cb
This commit is contained in:
Builder.io 2025-11-08 08:07:07 +00:00
parent 085df71a7a
commit 063da97c7c

View file

@ -13,9 +13,9 @@ This guide will help you configure GitHub and Google OAuth login for your AeThex
### 2. Configure Site URL ### 2. Configure Site URL
1. Go to **Authentication** > **Settings** 1. Go to **Authentication** > **Settings**
2. Set your Site URL to: `https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev` 2. Set your Site URL to: `https://aethex.dev`
3. Add Redirect URLs: 3. Add Redirect URLs:
- `https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev/dashboard` - `https://aethex.dev/dashboard`
- `http://localhost:8080/dashboard` (for development) - `http://localhost:8080/dashboard` (for development)
## 🐙 GitHub OAuth Setup ## 🐙 GitHub OAuth Setup
@ -26,7 +26,7 @@ This guide will help you configure GitHub and Google OAuth login for your AeThex
2. Click **New OAuth App** 2. Click **New OAuth App**
3. Fill in the details: 3. Fill in the details:
- **Application name**: `AeThex Application` - **Application name**: `AeThex Application`
- **Homepage URL**: `https://e7c3806a9bfe4bdf9bb8a72a7f0d31cd-324f24a826ec4eb198c1a0eef.fly.dev` - **Homepage URL**: `https://aethex.dev`
- **Authorization callback URL**: `https://kmdeisowhtsalsekkzqd.supabase.co/auth/v1/callback` - **Authorization callback URL**: `https://kmdeisowhtsalsekkzqd.supabase.co/auth/v1/callback`
4. Click **Register application** 4. Click **Register application**
5. Copy the **Client ID** and **Client Secret** 5. Copy the **Client ID** and **Client Secret**