swaf/src/auth
Alice Gaudon e19a627eb5 fix(front/auth/login form): don't show password login method if there is not UserPasswordComponent 2022-03-07 17:41:20 +01:00
..
magic_link fix(back/auth): refactor auth success, fix message saying 'Welcome undefined' when there is no UserNameComponent 2022-03-07 17:02:03 +01:00
migrations Remove deprecated migrations 2021-11-10 17:58:52 +01:00
models feat(back/auth): add use() method to AuthProof and call it on successful login attempt 2022-03-06 16:34:57 +01:00
password fix(back/auth): refactor auth success, fix message saying 'Welcome undefined' when there is no UserNameComponent 2022-03-07 17:02:03 +01:00
AccountController.ts Add formatViewData to response object to fix tests and prepare for async navigation 2021-11-28 21:26:45 +01:00
AuthComponent.ts Move route building to common subproject, fix Time export 2021-06-01 14:34:10 +02:00
AuthController.ts fix(front/auth/login form): don't show password login method if there is not UserPasswordComponent 2022-03-07 17:41:20 +01:00
AuthGuard.ts feat(back/auth): add use() method to AuthProof and call it on successful login attempt 2022-03-06 16:34:57 +01:00
AuthMethod.ts Switch to esm and add import auto format 2021-05-03 20:52:52 +02:00
AuthProof.ts feat(back/auth): add use() method to AuthProof and call it on successful login attempt 2022-03-06 16:34:57 +01:00