nodebb-plugin-sso-yandex

NodeBB Yandex SSO

Usage no npm install needed!

<script type="module">
  import nodebbPluginSsoYandex from 'https://cdn.skypack.dev/nodebb-plugin-sso-yandex';
</script>

README

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)