NodeBB Plugin that allows users to login/register via their Yandex account.
npm install nodebb-plugin-sso-yandex
- Create a Yandex OAuth Client via the API Console
- Locate your Client ID and Password
- 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
)