Commit Graph

21 Commits

Author SHA1 Message Date
Julian Lam
312321b79b closes #16 2017-07-06 11:19:51 -04:00
Julian Lam
7b45882aec closes #14 2017-01-09 13:48:37 -05:00
Julian Lam
427dbe9890 changed line ref # 2016-10-25 16:22:14 -04:00
Julian Lam
74ae8adace fixed location of onSuccessfulLogin call 2016-04-13 18:33:23 -04:00
Julian Lam
354850244b calling onSuccessfulLogin on successful login 2016-03-30 12:09:31 -04:00
Julian Lam
8ba28e2046 passing uid in through the user deletion filter 2014-09-18 12:41:59 -04:00
Julian Lam
458635ef40 beter intro message 2014-08-15 22:54:24 -04:00
Julian Lam
48c9d4fa92 more bugs 2014-08-15 22:48:52 -04:00
Julian Lam
3efedd0eed bugfixes 2014-08-15 22:41:49 -04:00
Julian Lam
08338c9467 simplifying the plugin a bit for new users 2014-08-15 22:21:03 -04:00
Julian Lam
28a8874e01 Merge branch 'master' of github.com:Fastinyoh/nodebb-plugin-sso-oauth into Fastinyoh-master
Conflicts:
	plugin.json
2014-07-22 10:15:36 -04:00
Julian Lam
b0b5160de4 closed #4 2014-07-22 10:03:52 -04:00
dhingey
327a84f222 Fix OAuth.deleteUserData to use filter hook
The action:user.create hook in NodeBB was recently changed to
filter.user:create, which allows the OAuth.deleteUserData method to remove
OAuth data for the user more directly.
2014-07-10 00:22:44 -07:00
dhingey
5df4097aa0 Add OAuth.deleteUserData method
Removes the user's oAuthId-to-uid mapping from Redis upon user deletion.
This fixes an issue where OAuth services could not link to a user if a
user account was deleted and then re-created.
2014-07-09 00:32:44 -07:00
Julian Lam
95a2bdd950 error handling and proper handling of missing settings on first install 2014-03-19 08:42:01 -04:00
Julian Lam
843b0c734c updated sso-oauth plugin for 0.4.0 2014-03-18 20:04:18 -04:00
Julian Lam
20d97da33b fixed missing meta require 2014-02-21 23:10:36 -05:00
Julian Lam
02cd15198c undefined fix 2014-02-04 12:38:11 -05:00
Julian Lam
7ba382e7f9 reading userProfileUrl and processing 2014-02-04 12:09:46 -05:00
Julian Lam
2555d56a58 random spaces mixed in... 2014-01-29 11:42:50 -05:00
Julian Lam
9fd27ff2fc init 2014-01-29 11:42:06 -05:00