Home
1/30/2024

#milestone

Create Users

  1. Enter email, username and password on client
  2. Send username and hashed password to server in a request
  3. Create the user from the server and send back the uid if successful
  4. Sign in the user on the client