Commit Graph

30 Commits

Author SHA1 Message Date
ErickSkrauch
afd6c3c300
Fixes ACCOUNTS-5FJ. Use common getJwtPayloads function to decode jwt payloads 2019-05-20 16:32:07 +03:00
ErickSkrauch
d64c2a728d Completely migrate to the new backend API 2019-01-27 22:12:58 +03:00
SleepWalker
36f4fb8e34 #389: properly remove acc, when going back from password sate during relogin. Fix e2e tests 2018-03-13 23:04:29 +02:00
SleepWalker
9f926e42bc #389: automatically revoke account, when user clicks back during re-login 2018-02-28 23:58:02 +02:00
SleepWalker
f1d33bf7ec #389: fix logout in case, when all the accounts have invalid tokens 2018-02-27 23:17:31 +02:00
SleepWalker
bf2976c009 #389: allow switch accounts, when refreshToken is invalid. Fix oauth in case, when refreshToken is invalid 2018-02-17 21:59:35 +02:00
SleepWalker
e972f5a795 #389: add some actions doc blocks 2018-02-12 22:54:31 +02:00
SleepWalker
9afa4be8cb #365: Redirect user to login page, when token can not be refreshed. Further improvement of auth errors handling 2017-12-30 21:08:22 +02:00
SleepWalker
3f869f92e2 #365: improve token api errors handling 2017-12-25 22:03:21 +02:00
SleepWalker
6b81385dc5 #85: updated to react router 4 and migrated code to support a new api 2017-06-08 07:58:19 +03:00
SleepWalker
6f4eb97b48 #85: drop react-router-redux dependency 2017-06-08 07:58:19 +03:00
SleepWalker
80ca37da2b Fix linting errors 2017-04-11 22:25:27 +03:00
SleepWalker
8127041acb #303: properly handling json and request errors. Added InternalServerError 2017-02-26 13:40:07 +02:00
SleepWalker
4074a65329 #303: do not logout user if 5xx during authentication 2017-02-24 07:50:40 +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
c5aa303793 #246: remove User class in favor of plain object in reducer 2017-01-12 08:13:06 +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
274c28a923 #246: remove logout from user/actions. Use logoutAll from account/actions everywhere 2017-01-04 07:52:46 +02:00
SleepWalker
febd148b2e #169: forntend logging. Sentry integration 2016-12-06 23:06:45 +02:00
SleepWalker
9da79a15b4 #232: fix remember me logic on frontend 2016-12-05 21:14:38 +02:00
SleepWalker
251a1237b4 Propper error handling, when initial user auth failed 2016-11-20 11:36:15 +02:00
ErickSkrauch
a80e58b640 Добавлен автоматический выход из аккаунта, если зафейлится запрос /current 2016-11-19 20:03:27 +03: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
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