feat(auth): encrypt password login transport
Closes #6743
Showing
common/password_crypto.go
0 → 100644
model/password_crypto.go
0 → 100644
| ... | ... | @@ -60,6 +60,7 @@ |
| "motion": "^12.42.2", | ||
| "nanoid": "^5.1.16", | ||
| "next-themes": "^0.4.6", | ||
| "node-forge": "^1.4.0", | ||
| "qrcode.react": "^4.2.0", | ||
| "react": "^19.2.7", | ||
| "react-day-picker": "^10.0.1", | ||
| ... | ... | @@ -95,6 +96,7 @@ |
| "@testing-library/react": "^16.3.2", | ||
| "@testing-library/user-event": "^14.6.1", | ||
| "@types/node": "^26.1.0", | ||
| "@types/node-forge": "^1.3.14", | ||
| "@types/react": "^19.2.17", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@typescript/native-preview": "^7.0.0-dev.20260702.3", | ||
| ... | ... |
Please
register
or
sign in
to comment