We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loggin in without a user or password returns:
http://localhost:4200/api/v1/auths/login 500 (Internal Server Error)
Wrong user or password returns:
http://localhost:4200/api/v1/auths/login 400 (Bad Request)
It should have been a 401 Unauthorized
The text was updated successfully, but these errors were encountered:
fix sane#19 use 401 instead of 400 for failed logins
7a3dd50
No branches or pull requests
Loggin in without a user or password returns:
Wrong user or password returns:
It should have been a 401 Unauthorized
The text was updated successfully, but these errors were encountered: