Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 702 Bytes

DISCORD-OAUTH2.md

File metadata and controls

22 lines (16 loc) · 702 Bytes

Discord OAuth2 Setup

2. Create a New Application

Discord Create Application

3. Add Redirect in OAuth2 tab

Note: Every time you wish to see your client secret, you must regenerate it. Discord Add Redirect

4. Create Redirect Url

Discord Create Redirect Url

5. Fill .env file

# Discord Application Details for OAuth2
DISCORD_CLIENT_ID=<Client ID in step 3>
DISCORD_CLIENT_SECRET=<Client Secret in step 3>
DISCORD_CALLBACK=http://localhost:8000