Apr 14, 2020 11:49 AM
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?
Apr 15, 2020 12:24 PM
This is not currently supported — thank you for the suggestion!
Apr 15, 2020 12:59 PM
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.