2.0.1 • Published 9 years ago

nodebb-plugin-sso-dropbox v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

NodeBB Dropbox SSO

NodeBB Plugin that allows users to login/register via their Dropbox account.

Installation

npm install nodebb-plugin-sso-dropbox

Configuration

  1. Create a Dropbox API App via the App Console
  2. Locate your Client ID and Secret
  3. Set your "Redirect URI" as the domain you access your NodeBB with /auth/dropbox/callback appended to it (e.g. https://forum.mygreatwebsite.com/auth/dropbox/callback)