Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nodebb-plugin-sso-gitlab

srikarm12.2kMIT0.3.5

NodeBB Gitlab OAuth SSO

nodebb, plugin, gitlab, sso, single sign on, login, registration

readme

NodeBB OAuth SSO

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

How to Adapt

  1. Fork this plugin
  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