1.0.3 • Published 9 years ago

nodebb-plugin-sso-yandex v1.0.3

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

NodeBB Yandex SSO

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

Installation

npm install nodebb-plugin-sso-yandex

Configuration

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