nodebb-plugin-sso-gitlab

NodeBB Gitlab OAuth SSO

Usage no npm install needed!

<script type="module">
  import nodebbPluginSsoGitlab from 'https://cdn.skypack.dev/nodebb-plugin-sso-gitlab';
</script>

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