accounts-frontend/src/services/authFlow
2018-02-28 23:58:02 +02:00
..
AbstractState.js #305: fix tests 2017-10-23 21:59:23 +03:00
AcceptRulesState.js #313: improve logging in auth states 2017-03-02 07:58:37 +02:00
AcceptRulesState.test.js #85: fix linting errors and setup eslint to support source related test files 2017-06-08 07:58:19 +03:00
ActivationState.js #85: allow activation pages for all visitors 2017-06-08 07:58:20 +03:00
ActivationState.test.js #85: allow activation pages for all visitors 2017-06-08 07:58:20 +03:00
AuthFlow.functional.test.js #305: add mfa step during auth 2017-10-23 21:59:23 +03:00
AuthFlow.js #389: automatically revoke account, when user clicks back during re-login 2018-02-28 23:58:02 +02:00
AuthFlow.test.js #389: allow switch accounts, when refreshToken is invalid. Fix oauth in case, when refreshToken is invalid 2018-02-17 21:59:35 +02:00
ChooseAccountState.js #389: allow switch accounts, when refreshToken is invalid. Fix oauth in case, when refreshToken is invalid 2018-02-17 21:59:35 +02:00
ChooseAccountState.test.js #389: allow switch accounts, when refreshToken is invalid. Fix oauth in case, when refreshToken is invalid 2018-02-17 21:59:35 +02:00
CompleteState.js #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
CompleteState.test.js #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
FinishState.js Тесты для стейтов AuthFlow 2016-03-21 08:20:31 +02:00
FinishState.test.js #85: move all test files alongside with tested files 2017-06-08 07:58:19 +03:00
ForgotPasswordState.js #330: do not alter payload in ForgotPasswordState. Just pass it through 2017-04-21 08:28:19 +03:00
ForgotPasswordState.test.js #85: move all test files alongside with tested files 2017-06-08 07:58:19 +03:00
helpers.js #85: move all test files alongside with tested files 2017-06-08 07:58:19 +03:00
index.js #389: automatically revoke account, when user clicks back during re-login 2018-02-28 23:58:02 +02:00
LoginState.js #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
LoginState.test.js #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
MfaState.js #305: fix linting errors after upgrading to eslint 4 2017-10-23 22:01:30 +03:00
MfaState.test.js #305: add mfa step during auth 2017-10-23 21:59:23 +03:00
OAuthState.js #85: updated to react router 4 and migrated code to support a new api 2017-06-08 07:58:19 +03:00
OAuthState.test.js #85: fix linting errors and setup eslint to support source related test files 2017-06-08 07:58:19 +03:00
PasswordState.js #389: automatically revoke account, when user clicks back during re-login 2018-02-28 23:58:02 +02:00
PasswordState.test.js #389: automatically revoke account, when user clicks back during re-login 2018-02-28 23:58:02 +02:00
PermissionsState.js #195: use replace state, when navigating to permissions from oauth entry point 2016-08-27 17:36:33 +03:00
PermissionsState.test.js #85: fix linting errors 2017-06-08 07:58:20 +03:00
RecoverPasswordState.js #327: allow restore-password access for everyone. Update auth.login state, after forgot-password submit 2017-04-19 08:11:05 +03:00
RecoverPasswordState.test.js #85: move all test files alongside with tested files 2017-06-08 07:58:19 +03:00
RegisterState.js #313: improve logging in auth states 2017-03-02 07:58:37 +02:00
RegisterState.test.js #85: move all test files alongside with tested files 2017-06-08 07:58:19 +03:00
ResendActivationState.js #85: allow activation pages for all visitors 2017-06-08 07:58:20 +03:00
ResendActivationState.test.js #85: fix linting errors 2017-06-08 07:58:20 +03:00