mestafrica / mobile-wallet-fraud-database

Currently, curbing mobile money fraud in the country is nearly impossible. To tackle this issue, we propose developing a real-time database that allows users to query and determine if a phone number is likely fraudulent based on public contributions, especially from those who have experienced fraud.
MIT License
0 stars 17 forks source link

Implement Change Password API #155

Open muchinon opened 2 days ago

muchinon commented 2 days ago

Endpoint: /api/auth/change-password

Validations New password: Minimum 8 characters Must include at least one number Cannot be same as current password

Feedback Success: "Password changed successfully" ; HTTP Status: 200

Failure: "New password does not meet requirements"; HTTP Status: 400

Andrew-Sackey commented 2 days ago

please assign me this issue