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