Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianlam/nodebb-plugin-sso-oauth
NodeBB Plugin that allows users to login/register via any configured OAuth provider.
https://github.com/julianlam/nodebb-plugin-sso-oauth
Last synced: 4 days ago
JSON representation
NodeBB Plugin that allows users to login/register via any configured OAuth provider.
- Host: GitHub
- URL: https://github.com/julianlam/nodebb-plugin-sso-oauth
- Owner: julianlam
- License: bsd-2-clause
- Created: 2014-01-29T16:39:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T21:29:22.000Z (4 months ago)
- Last Synced: 2024-10-12T06:53:27.249Z (3 months ago)
- Language: JavaScript
- Size: 551 KB
- Stars: 127
- Watchers: 8
- Forks: 315
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodebb - sso-oauth - NodeBB Plugin that allows users to login/register via any configured OAuth provider. (Plugins)
README
# 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
* ![](http://i.imgur.com/APWHJsa.png)
1. Add the OAuth credentials (around line 30 of `library.js`)
1. Update profile information (around line 137 of `library.js`) with information from the user API call
1. Activate this plugin from the plugins page
1. Restart your NodeBB
1. 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.](mailto:[email protected])
Find us on [the community forums](http://community.nodebb.org)!