Currently, the /login endpoint returns a generic 500 Internal Server Error message on a failed login, and there is no test for an invalid login. Let's fix that!
Requirements
Update login to provide a more detailed response with an UNAUTHORIZED HTTP Status code
Context
Currently, the
/login
endpoint returns a generic 500 Internal Server Error message on a failed login, and there is no test for an invalid login. Let's fix that!Requirements
resources
pageTests
Docs
resources
pageOpen questions