Skip to content

isabella232/discourse-plugin-linkedin-auth

 
 

Repository files navigation

LinkedIn OAuth Login Plugin

This plugin adds support logging in via LinkedIn.

Admin Settings

Login Screen

How to Help

  • Create a PR with a new translation!
  • Log Issues
  • Submit PRs to help resolve issues

Installation

  1. Follow the directions at Install a Plugin using https://github.com/discourse/discourse-plugin-linkedin-auth.git as the repository URL.
  2. Rebuild the app using ./launcher rebuild app
  3. Visit https://developer.linkedin.com/docs/oauth2 and follow the directions for creating an application, or look up the details of your existing application.
  4. Update the plugin settings in the Admin > Settings area.
  5. Add the your website as an authorized redirect url using
    https://example.com/auth/linkedin/callback
    (replacing the https with http and example.com with your full qualified domain/subdomain)

Authors

Matthew Wilkin

License

GNU GPL v2

About

LinkedIn OAuth Login support for Discourse

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.7%
  • JavaScript 3.7%
  • SCSS 1.6%