passwdInput {login}R Documentation

Password input textbox.

Description

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.

Usage

passwdInput(inputId, label, value)

Arguments

inputId

ID for the input.

label

label for the textbox.

value

default value.

Value

a shiny::tagList() object.


[Package login version 0.9.3 Index]