Password

The password field allows users to securely enter a password, with custom requirements.

The Password field collects a secure string that is encrypted visually and in Feathery storage. Users can specify custom password constraints, like max/min length, requiring at least 1 symbol, number, letter, etc.

For Developers

The Feathery SDK and API reference pin input fields with type equal to password. The submitted value is a string.

Last updated