Skip to content

Commit 2c9a16c

Browse files
odeta939odeta939balazsorban44
authored
feat(add): linkedin provider docs (#15)
* add instructions for discord * add LinkedIn provider guide * Update meta.js * Update meta.js --------- Co-authored-by: odeta939 <[email protected]> Co-authored-by: Balázs Orbán <[email protected]>
1 parent 202e1fa commit 2c9a16c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

lib/meta.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,21 @@ export const providers = {
110110
kakao: { name: "Kakao", setupUrl: undefined },
111111
keycloak: { name: "Keycloak", setupUrl: undefined },
112112
line: { name: "Line", setupUrl: undefined },
113-
linkedin: { name: "LinkedIn", setupUrl: undefined },
113+
linkedin: {
114+
name: "LinkedIn",
115+
setupUrl: "https://linkedin.com/developers/apps",
116+
instructions: `\
117+
1. Click on *Create app*
118+
2. Set *App name* (can be anything)
119+
3. Create a *LinkedIn page*
120+
4. Set *LinkedIn Page URL* (LinkedIn page you created)
121+
5. Set *App logo* (can be anything)
122+
6. Navigate to *Auth* in the top menu
123+
7. Set *Authorized redirect URLs for your app* (paste the callback URI on your clipboard)
124+
8. Copy and paste the *Client ID*
125+
9. Copy and paste the *Primary Client Secret*
126+
`,
127+
},
114128
mailchimp: { name: "Mailchimp", setupUrl: undefined },
115129
mailru: { name: "Mail.ru", setupUrl: undefined },
116130
mastodon: { name: "Mastodon", setupUrl: undefined },

0 commit comments

Comments
 (0)