accounts-frontend/packages/app/services/authFlow
ErickSkrauch af59cc033f
Extract device code into a separate view.
Convert more components from class components to functional.
Fix invalid finish state when client was auto approved
2024-12-14 13:16:29 +01:00
..
AbstractState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
AcceptRulesState.test.ts Add additional E2E tests cases for user agreement auth state and ensure, that oauth flow works correctly with deleted accounts 2020-08-01 22:19:00 +03:00
AcceptRulesState.ts Add additional E2E tests cases for user agreement auth state and ensure, that oauth flow works correctly with deleted accounts 2020-08-01 22:19:00 +03:00
ActivationState.test.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
ActivationState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
AuthFlow.functional.test.ts Allow escape from activation step back to login page 2021-03-28 17:50:32 +02:00
AuthFlow.test.ts Initial device code flow implementation 2024-12-10 20:42:06 +01:00
AuthFlow.ts Initial device code flow implementation 2024-12-10 20:42:06 +01:00
ChooseAccountState.test.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
ChooseAccountState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
CompleteState.test.ts Allow escape from activation step back to login page 2021-03-28 17:50:32 +02:00
CompleteState.ts Extract device code into a separate view. 2024-12-14 13:16:29 +01:00
DeviceCodeState.ts Initial device code flow implementation 2024-12-10 20:42:06 +01:00
FinishState.test.ts Change prettier rules 2020-05-24 02:08:24 +03:00
FinishState.ts Change prettier rules 2020-05-24 02:08:24 +03:00
ForgotPasswordState.test.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
ForgotPasswordState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
helpers.ts Change prettier rules 2020-05-24 02:08:24 +03:00
index.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
InitOAuthAuthCodeFlowState.test.ts Initial device code flow implementation 2024-12-10 20:42:06 +01:00
InitOAuthAuthCodeFlowState.ts Initial device code flow implementation 2024-12-10 20:42:06 +01:00
InitOAuthDeviceCodeFlowState.ts Initial device code flow implementation 2024-12-10 20:42:06 +01:00
LoginState.test.ts Change prettier rules 2020-05-24 02:08:24 +03:00
LoginState.ts Change prettier rules 2020-05-24 02:08:24 +03:00
MfaState.test.ts Split the AccountSwitcher component on 2 independent implementations 2020-10-26 22:09:01 +03:00
MfaState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
PasswordState.test.ts Split the AccountSwitcher component on 2 independent implementations 2020-10-26 22:09:01 +03:00
PasswordState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
PermissionsState.test.ts Change prettier rules 2020-05-24 02:08:24 +03:00
PermissionsState.ts Change prettier rules 2020-05-24 02:08:24 +03:00
RecoverPasswordState.test.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
RecoverPasswordState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
RegisterState.test.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
RegisterState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
ResendActivationState.test.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
ResendActivationState.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00
State.ts Improve typings for AuthFlow and mark some future TODOs 2024-08-28 13:07:23 +02:00