nodebb-plugin-sso-linkedin
v0.0.1
Published
Linkedin login for your nodebb
Readme
NodeBB Linkedin SSO
NodeBB Plugin that allows users to login/register via their Linkedin account.
Installation
npm install nodebb-plugin-sso-linkedinConfiguration
- Create a Linkedin Application via the API Console
- Locate your API Key and Secret Key
- Check the 'r_basicprofile' and 'r_emailaddress' checkboxes
- Set your "OAuth 1.0 Accept Redirect URL" as the domain you access your NodeBB with
/auth/linkedin/callbackappended to it (e.g.https://forum.mygreatwebsite.com/auth/linkedin/callback) - Drink beer...
