passwdInput | R Documentation |
This is an extension to Shiny's built in passwordInput by encrpting the password client side before sending it to the server. Although it is encrypted in the client using JavaScript it highly recommend that you also use an SSL certificate (for https) as well.
passwdInput(inputId, label, value)
inputId |
ID for the input. |
label |
label for the textbox. |
value |
default value. |
a shiny::tagList()
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.