0.3.5 • Published 4 years ago

nodebb-plugin-sso-gitlab v0.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

NodeBB OAuth SSO

NodeBB Plugin that allows users to login/register via Gitlab as OAuth provider.

How to Adapt

  1. Fork this plugin
    • npm.io
  2. Create Oauth application in your gitlab instance
  3. Add the OAuth credentials to nodebb config.json (id, secret, authURL, tokenURL and userRoute)
  4. Activate this plugin from the plugins page
  5. Restart your NodeBB
  6. Let NodeBB take care of the rest