Hi @david and @JackVaughan, maybe Glide is already including this feature in the future, but it would be very interesting to include a feature to hide password in fields defined as password (******) with an asterisk, would leave the Apps with login and much more interesting password.
Hello, thanks for the feedback. I say leave a field defined as a hidden password with asterisks (*****), even if it is a simple login password as in the example in the photo.
Yes, I already know that it is not safe and that it is not recommended, but I find it interesting that we had the option to hide the characters of a field defined as a password.
I would not consider this secure by any means. It’s basically a superficial client side authentication, which is pointless because the data is already on the client device to “authenticate” against. Server side authentication is the only way to securely authorize a user BEFORE any data is sent to the device.