Hide Password Visibility

Keep your passwords secure on Android with Appetize's Hide Password Visibility feature that ensures your passwords are hidden from view.

With Query Parameter

Add the hidePasswords=true query parameter to your app or embed URL

&hidePasswords=true

See Query Params Reference for more information.

With JavaScript SDK

Set hidePasswords: true in the configuration e.g.

await client.config({
    hidePasswords: true,
    ...
})

See Configuration for more information.

Last updated