the current way of setting up credentials to hide is not ideal. some issues:
credentials are anonymized character by character, revealing the length of hidden attribute
no ability to hide response attributes
once the credential is hidden, there’s really no way of showing it anymore
I’m thinking that hiding credentials could instead be implemented by pure css. hide the credential we want to hide and reveal it on hover. don’t have the technical solution, but might make for a little nicer user experience
the current way of setting up credentials to hide is not ideal. some issues:
I’m thinking that hiding credentials could instead be implemented by pure css. hide the credential we want to hide and reveal it on hover. don’t have the technical solution, but might make for a little nicer user experience