NodeBB Plugin that allows users to login/register via any configured OAuth provider.
Go to file
Julian Lam 5e502244cc 0.3.3 2017-07-06 11:19:52 -04:00
.gitattributes init 2014-01-29 11:42:06 -05:00
.gitignore init 2014-01-29 11:42:06 -05:00
.npmignore init 2014-01-29 11:42:06 -05:00
LICENSE init 2014-01-29 11:42:06 -05:00
README.md updated readme 2014-08-15 23:01:47 -04:00
library.js closes #16 2017-07-06 11:19:51 -04:00
package.json 0.3.3 2017-07-06 11:19:52 -04:00
plugin.json closes #14 2017-01-09 13:48:37 -05:00

README.md

NodeBB OAuth SSO

NodeBB Plugin that allows users to login/register via any configured OAuth provider. Please note that this is not a complete plugin, but merely a skeleton with which you can create your own OAuth SSO plugin for NodeBB (and hopefully share it with others!)

How to Adapt

  1. Fork this plugin
  2. Add the OAuth credentials (around line 30 of library.js)
  3. Update profile information (around line 137 of library.js) with information from the user API call
  4. Activate this plugin from the plugins page
  5. Restart your NodeBB
  6. Let NodeBB take care of the rest

Trouble?

Find us on the community forums!