lockWidget: Auth0 lock authentication wrapper

Description Usage Arguments Auth0 account Options content

Description

Auth0 is an 'authentication as a service' provider. with an account in https://auth0.com is is possible to easily insert lock (https://auth0.com/lock) in a shiny app.

Usage

1
2
3
lockWidget(elementId = NULL, clientId = Sys.getenv("CLIENT_ID"),
  auth0Domain = Sys.getenv("AUTH0_DOMAIN"), width = NULL, height = NULL,
  options = NULL)

Arguments

elementId

Id of the authentication object.

clientId

Client ID oof Auth0 account (see relevant section below).

auth0Domain

Auth0 domain (see relevant section below).

width

Is this useless?

height

Is this useless?

options

List with settings to Auth0 lock (see relevant section below).

Auth0 account

this is just a test to see how it looks like

Options content

There are a number of configuration options, detailed in https://auth0.com/docs/libraries/lock/v11/configuration.

allowAutocomplete

(First item)

allowShowPassword

(vector): this is a test

languageDictionary

(List)

closable

(Boolean)

container

(String)

rememberLastLogin

(Boolean)

logo

(String) Path to the image to display.

primaryColor

(String)

labeledSubmitButton

(Boolean)

sso

(Boolean)

additionalSignUpFields

(List)

allowLogin

(Boolean)

allowForgotPassword

(Boolean)

allowSignUp

(Boolean)

initialScreen

(String)

prefill

(List)


cvmartin/lockr documentation built on May 26, 2019, 6:34 a.m.