README
NodeBB OAuth SSO
NodeBB Plugin that allows users to login/register via Gitlab as OAuth provider.
How to Adapt
- Fork this plugin
- Create Oauth application in your gitlab instance
- Add the OAuth credentials to nodebb config.json (id, secret, authURL, tokenURL and userRoute)
- Activate this plugin from the plugins page
- Restart your NodeBB
- Let NodeBB take care of the rest