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 10 forks source link

Sign Up #5

Closed alexboateng closed 1 month ago

alexboateng commented 1 month ago

Endpoint: /api/auth/register Method: POST Description: Allows new users to create an account by providing necessary information such as username, email, and password. Authorization: False

Add validations and Verifications

1.First Name & Last Name:

2. Email Address:

3. Phone Number:

4. Password

Feedback on Validation Errors: Provide clear and immediate feedback on any validation errors during registration.

Note: Add test cases for all scenarios

muchinon commented 1 month ago

@alexboateng I would like to pick up this issue

muchinon commented 1 month ago

https://github.com/mestafrica/mobile-wallet-fraud-database/pull/23