updated readme

This commit is contained in:
Julian Lam 2014-08-15 23:01:47 -04:00
parent 2dda12ad6b
commit 4cbba36c76
1 changed files with 3 additions and 4 deletions

View File

@ -6,11 +6,10 @@ NodeBB Plugin that allows users to login/register via any configured OAuth provi
1. Fork this plugin
* ![](http://i.imgur.com/APWHJsa.png)
1. Activate it in the plugins page
1. Add the OAuth credentials (around line 30 of `library.js`)
1. Update profile information (around line 137 of `library.js`) with information from the user API call
1. Activate this plugin from the plugins page
1. Restart your NodeBB
1. Fill in the proper information in the "Generic OAuth" page
1. Hit "Save" and try to log in with the new OAuth Provider (from `/login`)
1. Update profile information (around line 100 of `library.js`) with information from the user API call
1. Let NodeBB take care of the rest
## Trouble?