hedgedoc/src/auth
Philip Molares 216baa42a1
refactor: move TokenAuthGuard in the same file as TokenStrategy
This should help to make clear why code is executed when the TokenAuthGuard is encountered by a request. Currently, one has to connect both files via the string 'token', which is a bit cryptic

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-09-04 18:03:41 +02:00
..
auth-token-with-secret.dto.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
auth-token.dto.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
auth-token.entity.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
auth.module.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
auth.service.spec.ts Fix copy paste error in auth toAuthTokenDto test 2021-09-03 19:15:42 +02:00
auth.service.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
mock-auth.guard.ts Cleanup some imports 2021-08-29 18:57:00 +02:00
token.strategy.ts refactor: move TokenAuthGuard in the same file as TokenStrategy 2021-09-04 18:03:41 +02:00