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
When attempting basic auth, if the user does not enter a user name they will never be able to log in under chrome as the 400 response does not appear to invalidate the entered credentials for Chrome.
I haven't had a chance to read into the spec to see what the defined behavior should be but this seems like a case that we should make chrome happy even if it's interpretation of the spec is incorrect.
Also it seems like there is value to being able to enter the empty string for the basic auth username so perhaps the framework should not validate this and leave it to the validateFunc to manage.
The text was updated successfully, but these errors were encountered:
When attempting basic auth, if the user does not enter a user name they will never be able to log in under chrome as the 400 response does not appear to invalidate the entered credentials for Chrome.
I haven't had a chance to read into the spec to see what the defined behavior should be but this seems like a case that we should make chrome happy even if it's interpretation of the spec is incorrect.
Also it seems like there is value to being able to enter the empty string for the basic auth username so perhaps the framework should not validate this and leave it to the
validateFunc
to manage.The text was updated successfully, but these errors were encountered: