hedgedoc/backend/test
Erik Michelson 2c6717e1ee refactor(api-token): drop passport, rename to ApiToken
We don't need a library that requires as much boilerplate code as
writing the AuthGuard ourselves, especially since the token validation
was already custom code by us.

The previous name PublicAuthToken was a bit misleading, since PublicAuth
 could also be interpreted as being used for the public frontend in
contrast to the API. The old name before that (AuthToken) wasn't better
since it wasn't clear what type of auth is meant. I know, this is the
second renaming of the same module in less than a month. However, I
would say the name ApiToken seems rather reasonable and understandable.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2024-09-18 19:14:32 +02:00
..
private-api refactor(media): store filenames, use pre-signed s3/azure URLs, UUIDs 2024-09-12 14:49:17 +02:00
public-api refactor(media): store filenames, use pre-signed s3/azure URLs, UUIDs 2024-09-12 14:49:17 +02:00
app.e2e-spec.ts feat(auth): refactor auth, add oidc 2024-09-11 21:29:49 +02:00
test-setup.ts refactor(api-token): drop passport, rename to ApiToken 2024-09-18 19:14:32 +02:00
tsconfig.json fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
tsconfig.json.license fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00
utils.ts fix(repository): Move backend code into subdirectory 2022-10-30 22:46:42 +01:00