feat: enhance password security with server-side hashing and constant-time comparisons

This commit is contained in:
shuaiplus
2026-03-01 20:22:48 +08:00
committed by Shuai
parent 66f995d981
commit 1a94f8dd44
7 changed files with 88 additions and 22 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default defineConfig({
},
build: {
outDir: path.resolve(rootDir, '../dist'),
emptyOutDir: false,
emptyOutDir: true,
sourcemap: true,
},
server: {