hedgedoc/src/auth
Philip Molares c6bb8f62e8 refactor: use a base dto class
This gives all dto classes a common super class for usage of the type system.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2022-02-20 20:56:09 +01:00
..
auth-token-with-secret.dto.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
auth-token.dto.ts refactor: use a base dto class 2022-02-20 20:56:09 +01:00
auth-token.entity.ts refactor(auth-token): rename lastUsed to lastUsedAt 2022-01-16 21:52:15 +01:00
auth.module.ts Enforce import order with prettier 2021-08-29 18:45:46 +02:00
auth.service.spec.ts refactor(auth-token): rename lastUsed to lastUsedAt 2022-01-16 21:52:15 +01:00
auth.service.ts refactor(auth-token): rename lastUsed to lastUsedAt 2022-01-16 21:52:15 +01: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