Files
devranta/src
retoor 452ef1cee3 feat: implement account creation endpoint with email validation and password hashing
Add POST /api/accounts endpoint that accepts email and password fields, validates email format using regex, hashes password with bcrypt, and stores the new account record in the database. Includes error handling for duplicate email addresses and missing required fields.
2024-12-14 03:17:48 +00:00
..