Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghost-chu/nodebb-plugin-sso-riawp
https://github.com/ghost-chu/nodebb-plugin-sso-riawp
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghost-chu/nodebb-plugin-sso-riawp
- Owner: Ghost-chu
- License: bsd-2-clause
- Created: 2022-04-26T03:49:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T20:21:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T09:25:50.253Z (over 1 year ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)!