Update Discord Application
parent
8d9479ded0
commit
fb5da26f57
@ -50,3 +50,10 @@ Take note of the following fields, as they are required for the project environm
|
||||
|
||||
Navigate to the **Redirects** section and add a new value. You will need to format this value using your endpoint for accessing the PYRSS web interface, if you only intend to access this locally then you could use something like `http://localhost:8000/oauth2/login/redirect`, otherwise you will need a publicly accessible endpoint like `https://mydomain.com/oauth2/login/redirect`. Keep track of whether you require `http://` or `https://`. Keep your specified value for the project environment variables, which are explained in the [Environment Variables Wiki](https://gitea.cor.bz/corbz/PYRSS-Website/wiki/Environment-Variables).
|
||||
|
||||
Finally, navigate to the **OAuth2 URL Generator** section, which will produce the last environment variable needed from this page. You will need to check several scopes, select your redirect URL from the select box, then copy the generated URL.
|
||||
|
||||
The scopes required are:
|
||||
- identify (for the webui authentication to identify you)
|
||||
- guilds (for the webui to see your servers)
|
||||
-guild.members.read (for the webui to read your member profile on any given server)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user