You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its good you are making habit of creating issues. Next time try and keep the naming scheme consistent with the commit verb scheme. In this instance, "implementing" would be "implement". Good stuff regardless.
@reesedychiao For the login, the frontend should send a POST request with the following JSON values:
Username
Password
Email
Netid
The backend will respond with everything sent to it except for the password. If there is an error, do not log the user in. The error will be of the status code 401 in the HTTP header. This is how you will know there is an error. In the JSON body of the backend's response, there will also be a reason for the error.
No description provided.
The text was updated successfully, but these errors were encountered: