monkeytype/backend
Miodec f7a97505db refactor(backend): revoke tokens, update email
move revoke tokens function from delete user to its own funciton (together with removing from cache)
remove authutil calls from dal and move them to the controller layer
make sure to revoke tokens on email change
2024-05-28 11:06:14 +02:00
..
__migration__ chore: migration log 2024-05-17 22:20:54 +02:00
__tests__ test: fix flaky tests on user creation (fehmer) (#5434) 2024-05-24 12:33:44 +02:00
docker impr: add selfhosting using docker only (fehmer) (#5170) 2024-03-12 12:02:13 +01:00
email-templates Custom email (#3964) 2023-02-13 13:24:43 +01:00
private fix: use appropriate fallback fonts (SethFalco) (#4620) 2023-09-11 16:09:34 +01:00
redis-scripts Add weekly xp leaderboards backend (#3511) Bruception 2022-11-28 14:10:02 +01:00
src refactor(backend): revoke tokens, update email 2024-05-28 11:06:14 +02:00
.gitignore fixed ignore 2022-03-07 14:39:09 +01:00
example.env impr(dev): allow docker compose to start the backend server (plbstl, Miodec) (#4995) 2024-02-28 14:17:09 +01:00
knip.json added knip to find unused exports 2023-08-10 18:32:33 +02:00
package-lock.json feat: maintain hashed blocklist of banned usernames, emails and discordids (fehmer) (#5371) 2024-05-20 12:21:14 +02:00
package.json feat: maintain hashed blocklist of banned usernames, emails and discordids (fehmer) (#5371) 2024-05-20 12:21:14 +02:00
tsconfig.json refactor(types): shared config and preset types (#5024) 2024-02-08 14:32:04 +01:00
vitest.config.js feat: maintain hashed blocklist of banned usernames, emails and discordids (fehmer) (#5371) 2024-05-20 12:21:14 +02:00