devsync23 / haves-and-needs-service

0 stars 0 forks source link

[feat: backend] Implement Request Body Validation for Authentication Routes #11

Open therealjustinbiele opened 8 months ago

therealjustinbiele commented 8 months ago

Description

As a backend developer, I want to enforce validation checks on incoming requests to the authentication routes (register and login), So that we ensure all necessary fields (email and password) are included in the request body, improving security and preventing errors.

Acceptance Criteria

Testing