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
I am not sure about the HTML GET /login endpoints here,
the way I see it they are just routes in the react app?
I mean we should have one endpoint / that load the react app
then everything will be done inside the react router?
Login:
The login page should include the following components:
Events:
End Point:
/login
Method:
GET
Success response:
200
html
Error response:
500
json
Method:
POST
Validation required: username, passowrd
Permission requirement(auth):
none.
Success response:
200
json
Sign Up:
The login page should include the following components:
Events:
End Point:
/sign-up
Method:
GET
(will be reassigned to react router later).Success response:
200
html
Error response:
500
json
404
json
Method:
POST
request object (no OAuth) includes:
Validation required:
Permission requirement(auth):
none.
Success response:
200
json
true
.Error response:
500
json
404
json
The text was updated successfully, but these errors were encountered: