Experienced folks told me not to do this! Yet, here I am. — I continued development with the backend today. In any web service, new users need to register. To achieve this, I set up a “register route” that validates user input (email, password, etc.). This sounds like mundane stuff, but it can get tricky. For instance, upon successful registration, the user receives…