I’d like to prompt the user for the password to an API call but input.textAsync displays the input in plain text on the screen.
Is there a way to mask the input so it shows as ********** when the user is typing?
Like with HTML input type=password?
I’d like to prompt the user for the password to an API call but input.textAsync displays the input in plain text on the screen.
Is there a way to mask the input so it shows as ********** when the user is typing?
Like with HTML input type=password?
This is not currently supported — thank you for the suggestion!
Yep - we’ve run into this with Script Blocks as well. Here’s how we engineered a workaround:
The users are thrilled, the interchange with the API is seamless, and it doesn’t expose API keys to any humans.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.