Update prerequisites and configuration steps
cgen-ce8c79ba6a834e19be3dc2f95f30fb23
This commit is contained in:
parent
25b7c20058
commit
9c9271c981
1 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,8 @@ AeThex can now be embedded as a Discord Activity, allowing users to access the f
|
||||||
|
|
||||||
- **Discord Application ID**: `578971245454950421`
|
- **Discord Application ID**: `578971245454950421`
|
||||||
- **Discord Client Secret** (from Discord Developer Portal)
|
- **Discord Client Secret** (from Discord Developer Portal)
|
||||||
- **Deployed Application URL** (for OAuth redirect URI)
|
- **Discord Public Key** (from Discord Developer Portal)
|
||||||
|
- **Deployed Application URL**: `https://aethex.dev`
|
||||||
|
|
||||||
## Configuration Steps
|
## Configuration Steps
|
||||||
|
|
||||||
|
|
@ -22,11 +23,10 @@ AeThex can now be embedded as a Discord Activity, allowing users to access the f
|
||||||
|
|
||||||
1. Go to [Discord Developer Portal](https://discord.com/developers/applications)
|
1. Go to [Discord Developer Portal](https://discord.com/developers/applications)
|
||||||
2. Open your application (ID: `578971245454950421`)
|
2. Open your application (ID: `578971245454950421`)
|
||||||
3. Navigate to **OAuth2 > General**
|
3. Navigate to **General Information**
|
||||||
4. Copy your **Client Secret** and save it securely
|
4. Copy your **Public Key** and **Client Secret** and save them securely
|
||||||
5. Add Redirect URIs:
|
5. Go to **OAuth2 > General** and add Redirect URI:
|
||||||
- `https://your-domain.com/discord/callback` (for standard OAuth)
|
- `https://aethex.dev/discord/callback`
|
||||||
- `https://your-domain.com` (for Activity context)
|
|
||||||
|
|
||||||
### 2. Environment Variables
|
### 2. Environment Variables
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue