File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,19 @@ export const providers = {
5656 coinbase : { name : "Coinbase" , setupUrl : undefined } ,
5757 credentials : { name : "Credentials" , setupUrl : undefined } ,
5858 descope : { name : "Descope" , setupUrl : undefined } ,
59- discord : { name : "Discord" , setupUrl : undefined } ,
59+ discord : {
60+ name : "Discord" ,
61+ setupUrl : "https://discord.com/developers/applications" ,
62+ instructions : `\
63+ 1. Click on *New Application*
64+ 2. Set *Application name* (can be anything)
65+ 3. Click on *OAuth2* in the side menu
66+ 4. Click on *Add Redirect* and paste the callback URI (on your clipboard)
67+ 5. Click on *Save Changes*
68+ 6. Copy and paste the *Client ID*
69+ 7. Copy and paste the *Client Secret*
70+ ` ,
71+ } ,
6072 dribbble : { name : "Dribbble" , setupUrl : undefined } ,
6173 dropbox : { name : "Dropbox" , setupUrl : undefined } ,
6274 "duende-identity-server6" : {
You can’t perform that action at this time.
0 commit comments