security hardening

This commit is contained in:
Michael Freno
2025-12-28 20:04:29 -05:00
parent aefd467660
commit 1ba20339a8
22 changed files with 5177 additions and 116 deletions

View File

@@ -14,6 +14,6 @@ export {
getUserBasicInfo
} from "./database";
export { hashPassword, checkPassword } from "./password";
export { hashPassword, checkPassword, checkPasswordSafe } from "./password";
export { sendEmailVerification, LINEAGE_JWT_EXPIRY } from "./email";