WorkshopTasker/server/utils
Wroclaw ebf5690519 [BREAKING] Auth: replace current auth tokens with more secure ones
previously tokens were only like IDs, time based and incrementing counter.
An attacker could easily bruteforce them.
This patch changes tokens to be completely random.

fixes #2
2023-11-09 18:28:09 +01:00
..
baaPageParsing.ts Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
database.ts Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
getRequestingUser.ts [BREAKING] Auth: replace current auth tokens with more secure ones 2023-11-09 18:28:09 +01:00
isString.ts Initial commit 2023-05-11 06:03:22 +02:00
prismaToWeb.ts Don't import Decimal from internal libraries 2023-11-09 04:34:25 +01:00
rootUtils.ts Initial commit 2023-05-11 06:03:22 +02:00
SessionToken.ts [BREAKING] Auth: replace current auth tokens with more secure ones 2023-11-09 18:28:09 +01:00
validation.ts Update dependencies, fix (auto)import problems 2023-11-07 17:36:30 +01:00