feat: api users change password endpoint #84

Merged
Edd merged 1 commits from feature/api-update-password into develop 2025-12-30 17:17:06 +00:00
Owner

Added

  • Require old password verification
  • Validate new password (min 3 chars)
  • Hash new password securely
  • Users can only change own password
  • Return 400 if old password incorrect
  • Return 401 if unauthorized
  • Return success message
**Added** - [x] Require old password verification - [x] Validate new password (min 3 chars) - [x] Hash new password securely - [x] Users can only change own password - [x] Return 400 if old password incorrect - [x] Return 401 if unauthorized - [x] Return success message
FernandoJVideira added 1 commit 2025-12-30 11:05:50 +00:00
FernandoJVideira added this to the Bisca - API project 2025-12-30 11:06:01 +00:00
FernandoJVideira self-assigned this 2025-12-30 11:06:20 +00:00
FernandoJVideira requested review from AfonsoCMSousa 2025-12-30 11:06:28 +00:00
FernandoJVideira requested review from Edd 2025-12-30 11:06:28 +00:00
FernandoJVideira requested review from KZix 2025-12-30 11:06:29 +00:00
FernandoJVideira moved this to In Progress in Bisca - API on 2025-12-30 11:11:33 +00:00
KZix approved these changes 2025-12-30 11:32:01 +00:00
Edd approved these changes 2025-12-30 17:17:02 +00:00
Edd merged commit 2a438dce26 into develop 2025-12-30 17:17:06 +00:00
Edd deleted branch feature/api-update-password 2025-12-30 17:17:06 +00:00
Edd moved this to Done in Bisca - API on 2025-12-30 17:19:43 +00:00
Sign in to join this conversation.