hedgedoc/src/auth
Philip Molares 6686fa58c5
auth: Run removeInvalidTokens 5s after startup
This should prevent problem with the AuthToken purge on Sundays, as the service is either running on sunday or will be restarted there after.

Also move base64url comment to right function

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-25 18:16:08 +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 tokens: Add token creation 2021-01-21 19:37:43 +01:00
auth.module.ts auth: Add tests for AuthService 2021-01-22 15:29:10 +01:00
auth.service.spec.ts auth: fixes unit and e2e tests 2021-01-16 19:33:09 +01:00
auth.service.ts auth: Run removeInvalidTokens 5s after startup 2021-01-25 18:16:08 +01:00
mock-auth.guard.ts auth: fixes unit and e2e tests 2021-01-16 19:33:09 +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: adds token-auth to public api 2021-01-15 18:53:09 +01:00