···12121. Go to the [Discord Developer Portal](https://discord.com/developers/applications).
13132. Create a new application.
14143. Navigate to the "OAuth2" section in the left sidebar.
1515-4. Add a redirect URI: `KANEO_API_URL/api/auth/oauth2/callback/discord`.
1515+4. Add a redirect URI: `KANEO_API_URL/api/auth/callback/discord.
16165. Copy the client ID and client secret from the OAuth2 page.
17176. Set the `DISCORD_CLIENT_ID` and `DISCORD_CLIENT_SECRET` environment variables.
1818
···111112121. Go to the [GitHub Developer Settings](https://github.com/settings/developers/).
13132. Create a new OAuth app.
1414-3. Set the redirect URI to `KANEO_API_URL/api/auth/oauth2/callback/github`.
1414+3. Set the redirect URI to `KANEO_API_URL/api/auth/callback/github`.
15154. Copy the client ID and client secret.
16165. Set the `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` environment variables.
1717
···13132. Create a new project.
14143. Enable the Google Sign In API.
15154. Create a new OAuth client ID.
1616-5. Set the redirect URI to `KANEO_API_URL/api/auth/oauth2/callback/google`.
1616+5. Set the redirect URI to `KANEO_API_URL/api/auth/callback/google`.
17176. Copy the client ID and client secret.
18187. Set the `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` environment variables.
1919