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.
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.