Update the authenticated user password
| Status Code | Description |
|---|---|
| 400 | Missing fields or password doesn’t meet security requirements |
| 401 | Invalid token or incorrect current password |
| 404 | User account not found |
| 500 | Internal server error |
Password Verification
Password Hashing
Session Continuity
Best Practices
src/routes/auth.routes.js:371src/controllers/authController.js:changePasswordsrc/utils/validators.util.js:isValidPassword