hedgedoc/src/auth
David Mehren 8b62b7d93c
Add missing logging context at various places
Our custom logger supports providing the name of the function that
calls the logger, this commit adds this context string where it
was previously missing.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-02-05 22:30:22 +01:00
..
auth-token-with-secret.dto.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
auth-token.dto.ts auth: Integrate suggestions by @davidmehren 2021-01-25 21:30:02 +01:00
auth-token.entity.ts auth: Add maximum token lifetime of 2 years. 2021-01-25 21:30:08 +01:00
auth.module.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
auth.service.spec.ts History: Add HistoryEntry 2021-02-04 21:50:14 +01:00
auth.service.ts Add missing logging context at various places 2021-02-05 22:30:22 +01:00
mock-auth.guard.ts Tests: Fix Mock Auth 2021-02-04 21:50:19 +01:00
token-auth.guard.ts auth: adds token-auth to public api 2021-01-25 21:29:59 +01:00
token.strategy.ts auth: Fix UnauthorizedException throwing 2021-01-29 22:00:47 +01:00