hedgedoc/src/auth
Philip Molares d457729ab7
Tests: Fix Mock Auth
This makes it possible to create the user before the mock auth guard does it's magic. This is necessary for some test, where we need the user object before the api is called.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-02-03 21:49:39 +01:00
..
auth-token-with-secret.dto.ts auth: Add tests for AuthService 2021-01-22 15:29:10 +01:00
auth-token.dto.ts auth: Integrate suggestions by @davidmehren 2021-01-23 21:24:11 +01:00
auth-token.entity.ts auth: Add maximum token lifetime of 2 years. 2021-01-25 12:14:26 +01:00
auth.module.ts auth: Add tests for AuthService 2021-01-22 15:29:10 +01:00
auth.service.spec.ts History: Add HistoryEntry 2021-02-03 21:15:39 +01:00
auth.service.ts auth: Fix undefined secret error 2021-01-29 22:24:19 +01:00
mock-auth.guard.ts Tests: Fix Mock Auth 2021-02-03 21:49:39 +01:00
token-auth.guard.ts auth: adds token-auth to public api 2021-01-15 18:53:09 +01:00
token.strategy.ts auth: Fix UnauthorizedException throwing 2021-01-29 22:00:47 +01:00