Discord integrations such as OAuth Login and widget display.
Using this module, users can directly log in or register with their Discord credentials at their HumHub installation. A new button "Discord" will appear on the login page as well as in the Connected Accounts of the user's Account Settings.
Add the offical Discord widget to your HumHub instance sidebar on the Dashboard/Space.
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'
]
],