jhonatansossa / SmartRoomFrontend

1 stars 0 forks source link

New users must be allowed to register #12

Open jhonatansossa opened 11 months ago

jhonatansossa commented 11 months ago

Currently the frontend does not provide the function to register a new user. This function should be added, receive the user data and deliver it to the /auth/register endpoint for user creation. Currently the backend takes care of user, email and password validations and returns the type of error as appropriate.