0.5.3 • Published 7 years ago
nodebb-plugin-sso-metry v0.5.3
NodeBB Metry SSO
NodeBB Plugin that allows users to login/register via Metry OAuth service.
Install
$ npm install nodebb-plugin-sso-metryAdd 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 startLog in to the NodeBB admin panel, go to plugins and activate this plugin.
Licence
MIT