0.5.3 • Published 5 years ago

nodebb-plugin-sso-metry v0.5.3

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

NodeBB Metry SSO

NodeBB Plugin that allows users to login/register via Metry OAuth service.

Install

$ npm install nodebb-plugin-sso-metry

Add your Metry credentials to the NodeBB config.json file:

"oauth": {
  "id": "someoauthid",
  "secret": "youroauthsecret"
}

Or use environment variables instead:

$ oauth__id=someoauthid oauth__secret=youroauthsecret ./nodebb start

Log in to the NodeBB admin panel, go to plugins and activate this plugin.

Licence

MIT