SleepWalker
|
af4ddd5562
|
#244: Remove the code, that relied on old user state containing token
|
2017-03-29 07:50:15 +03:00 |
|
SleepWalker
|
f586fc6c1e
|
Add more clear error message for errors logged from bsod
|
2017-03-29 07:41:51 +03:00 |
|
SleepWalker
|
e9e04d8336
|
#313: improve logging in auth states
|
2017-03-02 07:58:37 +02:00 |
|
SleepWalker
|
8127041acb
|
#303: properly handling json and request errors. Added InternalServerError
|
2017-02-26 13:40:07 +02:00 |
|
SleepWalker
|
1c467bc7bd
|
#303: do not logout if token refresh failed due to 5xx error
|
2017-02-26 11:58:40 +02:00 |
|
SleepWalker
|
4074a65329
|
#303: do not logout user if 5xx during authentication
|
2017-02-24 07:50:40 +02:00 |
|
SleepWalker
|
4c812cafda
|
#302: Fix for dispatching bsod for 5xx
|
2017-02-22 20:33:15 +02:00 |
|
SleepWalker
|
a685813934
|
#245: add register link to account chooser auth panel
|
2017-01-31 08:05:36 +02:00 |
|
SleepWalker
|
acf912d979
|
Decouple pure and private accounts actions from async actions.
|
2017-01-27 08:29:20 +02:00 |
|
SleepWalker
|
85942d27ed
|
#246: fixed bug, when active account reset to the first one after page refresh.
removed authenticate call, when there are no strangers to logout on app startup.
|
2017-01-12 07:59:29 +02:00 |
|
SleepWalker
|
f1110b0067
|
#246: remove redundant /current calls during account authentication
|
2017-01-06 08:04:14 +02:00 |
|
SleepWalker
|
87185b6e9b
|
#246: remove outdated code from refreshTokenMiddleware
|
2017-01-06 07:34:39 +02:00 |
|
SleepWalker
|
274c28a923
|
#246: remove logout from user/actions. Use logoutAll from account/actions everywhere
|
2017-01-04 07:52:46 +02:00 |
|
SleepWalker
|
7374ac3564
|
Disable bearer header for refresh-token request
|
2016-12-12 22:07:49 +02:00 |
|
SleepWalker
|
4bb619fdc6
|
#259: fix eror when rendering success popup after feedback form submit
|
2016-12-10 18:07:08 +02:00 |
|
SleepWalker
|
f9ae7053d0
|
#169: remove unhandled promise rejections in tests. Added loging for that cases
|
2016-12-06 23:08:51 +02:00 |
|
SleepWalker
|
9da79a15b4
|
#232: fix remember me logic on frontend
|
2016-12-05 21:14:38 +02:00 |
|
SleepWalker
|
e4ccf8d193
|
Do not require refreshToken during auth
|
2016-11-19 17:50:30 +02:00 |
|
SleepWalker
|
6498858d33
|
#48: add support for prompt and login_hint oauth params
|
2016-11-19 16:41:15 +02:00 |
|
SleepWalker
|
5142d65b39
|
#48: call authentication.logout for each revoked account
|
2016-11-15 07:55:15 +02:00 |
|
SleepWalker
|
9e7d5b8338
|
#48: reset accounts state on logout
|
2016-11-14 07:28:25 +02:00 |
|
SleepWalker
|
b6b8468904
|
#48: account switcher for oauth
|
2016-11-13 16:47:56 +02:00 |
|
SleepWalker
|
81a5437be0
|
#48: add account sorting
|
2016-11-13 14:16:21 +02:00 |
|
SleepWalker
|
586cdfffe4
|
#48: add/remove accounts from account switcher. Allow authorized users to log in into another account
|
2016-11-13 11:49:04 +02:00 |
|
SleepWalker
|
a2afac867a
|
#48: fix the bug, whent account.current was requested without disabling refreshToken middleware
|
2016-11-08 08:30:53 +02:00 |
|
SleepWalker
|
000ce71d3e
|
#48: integrate accounts with app
|
2016-11-05 12:11:41 +02:00 |
|
SleepWalker
|
7dd58acede
|
#48: initial logic for multy-accounts actions
|
2016-10-30 14:12:49 +02:00 |
|
SleepWalker
|
dc168b5f23
|
#195: add custom description support for oauth
|
2016-08-23 07:30:06 +03:00 |
|
SleepWalker
|
a504981407
|
Do not rely on isGuest in auth middleware. Instead use token availability
|
2016-08-10 22:29:16 +03:00 |
|
SleepWalker
|
54664044eb
|
Add tests for auth middlewares
|
2016-08-09 22:59:43 +03:00 |
|
SleepWalker
|
322325d4ad
|
#181: fix logout for guests. Increase logout speed
|
2016-08-07 20:26:29 +03:00 |
|
SleepWalker
|
9abbe2ebab
|
Replace chai with unexpected.js
|
2016-07-30 13:44:43 +03:00 |
|
SleepWalker
|
d9d4f55426
|
#167: fix bug /logout request failed due to missing jwt. Added corresponding tests
|
2016-07-28 22:51:47 +03:00 |
|
SleepWalker
|
d6df492073
|
#21: support /oauth2/v1 on frontend
|
2016-07-27 22:45:50 +03:00 |
|
SleepWalker
|
1b8333b006
|
Decouple oauth api calls into separate module. Simple tests for oauth
actions
|
2016-07-27 22:39:11 +03:00 |
|
SleepWalker
|
eb3d436843
|
#120: hide active popup on route transition
|
2016-07-26 22:28:58 +03:00 |
|
SleepWalker
|
04a1022011
|
#120: hide popup on esc key press
|
2016-07-26 08:20:37 +03:00 |
|
SleepWalker
|
9ee2f8f709
|
#120: Refactor popup
|
2016-07-26 07:41:13 +03:00 |
|
SleepWalker
|
f837613553
|
Simplified popup component api
|
2016-05-11 08:26:44 +03:00 |
|
SleepWalker
|
d19e7e5c4f
|
Added Input errors support. Merged LabeledInput into Input
|
2016-05-02 08:51:47 +03:00 |
|
SleepWalker
|
e2a782f0b7
|
Complete change password flow prototype
|
2016-05-01 20:54:24 +03:00 |
|