swaf/src/auth
2020-08-30 17:31:51 +02:00
..
magic_link Give the redirectBack function its own Component back 2020-07-28 10:03:25 +02:00
migrations Greatly simplify authentication system 2020-07-25 10:33:20 +02:00
models Fix some model refactor usages 2020-07-26 11:37:01 +02:00
AuthComponent.ts Auth: always populate req.models.user, thus reducing db requests 2020-08-30 17:31:51 +02:00
AuthController.ts Reduce the amount of SQL requests made for authentication 2020-07-28 12:10:29 +02:00
AuthGuard.ts user registration: fix late user save for when a user id is needed 2020-08-26 14:03:41 +02:00
AuthProof.ts Greatly simplify authentication system 2020-07-25 10:33:20 +02:00
MailController.ts Fix auth redirect_uri chain 2020-07-15 12:31:07 +02:00