Commit Graph

25 Commits

Author SHA1 Message Date
2fcd976700 fix(signup): signup auth (#15628)
* fix(models.user): Colocate all user methods

Moved user methods/extensions into one file. Tracked down `next method
called more than once` error and setting headers after their sent. Let
regular error handler handle api errors as well.

* feat(server.auth): Disable github account creation

We are no longer allowing account creation through github

* refactor(Auth): Move user identity link into models dir

* feat(Disable link account login): This removes the ability to use a linked account t

* feat(errorhandlers): Add opbeat, filter out handled error
2017-07-14 00:09:07 +05:30
668bd74690 Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00
7b8dc2e77e Add friendly error message on auth create attemp 2016-05-02 23:03:44 -07:00
8166bfbcd8 Remove o-auth account creation
Accounts can only be created with Github or email
2016-05-02 21:26:47 -07:00
428cf8135e user-identity 2016-05-02 21:26:47 -07:00
74592e72b4 Update eslint, fix lint issues 2016-03-03 17:53:33 -08:00
8ef3fdb6a0 Initial move to redux 2016-03-03 17:53:33 -08:00
0f3acc629c fix profile linking 2015-08-21 16:09:07 -07:00
dfb85e4ba7 fix prevent crash from user migrated profiles 2015-08-14 18:24:13 -07:00
4b0a9bef0a fix social auth scheme
closes #1734
2015-08-12 20:10:12 -07:00
eb07cbfea6 fix override user identity login to reformat provider 2015-08-12 20:10:12 -07:00
fc29c1fd9b linking accounts now works.
bug, need to change how loopback generates provider string.
2015-08-12 20:10:11 -07:00
a4e220e2bc Move auth functions to central location 2015-08-12 20:10:11 -07:00
2256f3ef6e fix add github link to passport 2015-08-10 23:38:10 -07:00
83397b7e1b add picture on github signin/up 2015-08-07 18:10:32 -07:00
e9958281c9 pull user bio from github 2015-08-05 17:49:54 -07:00
d752e5b487 on login double check that github username
if different, assign user to new name
2015-08-04 15:09:42 -07:00
9196d1c48e add github check on login with github. 2015-08-04 14:52:29 -07:00
b9b5a649ee fix grab user photo from profile 2015-06-11 21:12:47 -07:00
5be6ce7193 add delete user idenity and credentials after profile deletion 2015-06-11 16:57:06 -07:00
f7bb14803e Update field guides to display properly. Correct models on user object. 2015-06-11 16:19:44 -04:00
0d32cf701f fix find instance or currentInstance 2015-06-11 12:17:53 -07:00
fe5cbec117 add pull in user image on signup when available 2015-06-11 11:38:08 -07:00
af902799b1 add acl controls to models 2015-06-10 23:59:42 -07:00
66eff31294 Adding passport config stuff 2015-06-04 10:52:12 -07:00