-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
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
Hide credentials of simple auth in display #363
Comments
Browsers hide it in the input field, like zmNinja does. Not while sending it over the wire. |
But zmNinja doesn't. Well, at least I see password in url. |
You can't hide the password in basic auth if its part of the URL. If you send user:***@foo.com as basic auth, the password cannot be interpreted. No browser does this either |
Well, ofc, I'm asking to mask it cosmetically. |
done |
I think, that it would be nice to hide credentials part of ZM url (like https://login:[email protected]), like browsers do. Trivial fix can be just astericks.
The text was updated successfully, but these errors were encountered: