NodeBB Plugin that allows users to login/register via any configured OAuth provider.
37c3c04e86
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.npmignore | ||
commitlint.config.js | ||
library.js | ||
LICENSE | ||
package.json | ||
plugin.json | ||
README.md | ||
yarn.lock |
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
- Fork this plugin
- Add the OAuth credentials (around line 30 of
library.js
) - Update profile information (around line 137 of
library.js
) with information from the user API call - Activate this plugin from the plugins page
- Restart your NodeBB
- Let NodeBB take care of the rest
Trouble?
The NodeBB team builds out SSO plugins for a nominal fee. Reach out to us for a quote.
Find us on the community forums!