nodebb-plugin-sso-kakao
v3.1.0
Published
NodeBB Kakao SSO
Downloads
3
Maintainers
Readme
NodeBB Kakao SSO
NodeBB Plugin that allows users to login/register via their Kakao account.
Installation
npm install nodebb-plugin-sso-kakao
Configuration
- Create a New Application via the KAKAO Developers
- 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/kakao/callback
appended to it.- When you enter this value into the text field, be sure to hit Enter to submit the URL before saving
- You will be shown a screen containing your Client ID and Client Secret. Paste those two values into this plugin's configuration page.
- Save, rebuild your NodeBB assets (./nodebb build), and restart your NodeBB.