Discord integrations such as OAuth Login and widget display.
Please follow the Discord instructions to create the required OAuth client ID
credentials.
Once you have the Client ID and Client Secret created there, the values must then be entered in the module configuration at: Administration -> Modules -> Discord Auth -> Settings
.
This page also displays the Authorized redirect URI
, which must be inserted in Discord in the corresponding field.
ACP --> Modules --> Modules List
https://discord.com/widget?id=
and follow the next stepACP --> Discord Settings
place your Discord Widget URL in the configuration option then save and now you're done.https://discord.com
in case you've overwritten the default csp header."frame-src" => [
"self" => true,
"allow" => [
'https://discord.com'
]
],