Skip to content

Commit 202e1fa

Browse files
odeta939odeta939balazsorban44
authored
feat(add): add instructions for discord (#14)
* add instructions for discord * fix number order * Update meta.js --------- Co-authored-by: odeta939 <[email protected]> Co-authored-by: Balázs Orbán <[email protected]>
1 parent 5a64643 commit 202e1fa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

lib/meta.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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": {

0 commit comments

Comments
 (0)