Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 521 Bytes

File metadata and controls

13 lines (8 loc) · 521 Bytes

NodeBB Google SSO

NodeBB Plugin that allows users to login/register via their Google account. Users are automatically confirmed.

Installation

npm install nodebb-plugin-sso-google-confirmed

Configuration

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