support delete account

This commit is contained in:
miloschwartz
2026-02-14 17:27:51 -08:00
parent 843b13ed57
commit 9eacefb155
13 changed files with 963 additions and 192 deletions

View File

@@ -1164,6 +1164,7 @@ authRouter.post(
auth.login
);
authRouter.post("/logout", auth.logout);
authRouter.post("/delete-my-account", auth.deleteMyAccount);
authRouter.post(
"/lookup-user",
rateLimit({