Discord OAuth - Account Manager
Creating a Discord application for use with OpenDAoC’s Account Manager is a simple process that can be completed in a few minutes.
Creating a Discord application
- Go to the Discord Developer Portal
- Click on the New Application button in the top right corner and enter a name for your application.
- Go to the OAuth2 tab and add a redirect URL.
You can also add a localhost redirect URL for testing purposes.
- Copy the Client ID and Client Secret values and save them for later.
We will be using these values to configure the Account Manager in the next steps.