1.0.0 • Published 4 years ago

nodebb-plugin-sso-naver v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

NodeBB Naver SSO

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

Installation

npm install nodebb-plugin-sso-naver

Configuration

  1. Create a New Application via the Naver Developers
  2. From the "Credentials" page, create a new "OAuth Client ID".
    • The "Application Type" is "Web application"
    • "Authorized Javascript origins" can be left empty
    • The "Authorised Redirect URI" is your NodeBB's URL with /auth/naver/callback appended to it.
      • When you enter this value into the text field, be sure to hit Enter to submit the URL before saving
  3. You will be shown a screen containing your Client ID and Client Secret. Paste those two values into this plugin's configuration page.
  4. Save, rebuild your NodeBB assets (./nodebb build), and restart your NodeBB.