- Replaced bcrypt with argon2 for password hashing and verification in the authentication workflow, enhancing security. - Updated JWT signing implementation to use the jose library for improved token management. - Removed outdated bcrypt dependencies from package.json and pnpm-lock.yaml, and added argon2 and jose. - Adjusted pnpm-workspace.yaml to reflect changes in onlyBuiltDependencies, ensuring better package management.
6 lines
65 B
YAML
6 lines
65 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
|
|
onlyBuiltDependencies: '[]'
|