-
Notifications
You must be signed in to change notification settings - Fork 593
Open
Description
Description
Please see #1443 for previous user comments on this request.
Schema/Spec
Requirements
-
Need to evaluate the implementation using secure strings -
Security concerns about submitting the data is plain-textCall out in documentation that this is not cryptographically secure -
If the underlying control supports the 'Show Password' button, it should be on; otherwise, no requirement for this
-
When
styleis set to password, themultilineproperty should be ignored. -
Validation should run on the password
Examples
{
"type": "Input.Text",
"id": "secretThing",
"style": "password"
}