hedgedoc/src/auth
Philip Molares 24ee95282d Entities: Add onDelete CASCADE to entities
To better handle deletion of entities, all necessary other entities got the option onDelete CASCADE set. So everything that does not make any sense if something else is deleted will be deleted along side of it.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-04-19 23:04:09 +02: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 Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
auth.module.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
auth.service.spec.ts Merge pull request #1131 from hedgedoc/improve/logging 2021-04-18 22:28:11 +02:00
auth.service.ts Enforce explicit function return types 2021-02-27 17:41:32 +01:00
mock-auth.guard.ts Enforce explicit function return types 2021-02-27 17:41:32 +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