1.0.1 • Published 10 years ago

nodebb-plugin-sso-smugmug v1.0.1

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

SmugMug SSO

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

Installation

npm install nodebb-plugin-sso-smugmug

Configuration

  1. Create or Log Into your SmugMug account and apply for an API key via the "Hacks" section: http://www.smugmug.com/hack/apikeys
  2. Locate your Key and Secret under the "Discovery" tab of your account settings.
  3. Set your "Callback URL" as the domain you access your NodeBB with /auth/smugmug/callback appended to it (e.g. https://forum.mygreatwebsite.com/auth/smugmug/callback)