xiaoxinw / nodebb-plugin-sso-imleagues

nodebb sso plugin that allows user to login via imleagues account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeBB IMLeagues SSO

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

Installation

npm install nodebb-plugin-sso-imleagues

Configuration

  1. Locate your Client ID and Secret
  2. Set your "Redirect URI" as the domain you access your NodeBB with /auth/imleagues/callback appended to it (e.g. https://forum.mygreatwebsite.com/auth/imleagues/callback)

Based on: nodebb-plugin-sso-oauth,nodebb-plugin-sso-google

About

nodebb sso plugin that allows user to login via imleagues account

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 87.9%Language:Smarty 12.1%