Learn R Programming

⚠️There's a newer version (0.2.3) of this package.Take me there.

auth0 (version 0.2.1)

Secure Authentication in Shiny with Auth0

Description

Uses Auth0 API (see for more information) to use a simple and secure authentication system. It provides tools to log in and out a shiny application using social networks or a list of e-mails.

Copy Link

Version

Install

install.packages('auth0')

Monthly Downloads

517

Version

0.2.1

License

MIT + file LICENSE

Maintainer

Julio Trecenti

Last Published

September 26th, 2019

Functions in auth0 (0.2.1)

auth0_info

Information used to connect to Auth0.
use_auth0

Auth0 configuration file
auth0_logout_url

Generate logout URL
auth0_config

Parse _auth0.yml file.
logoutButton

Create a button to log out
auth0_find_config_file

Find the configuration file.
logout

Log out of an auth0 app
shinyAuth0App

Create a Shiny app object with Auth0 Authentication
ui-server

Modifies ui/server objects to authenticate using Auth0.
logout_url

Generate a logout URL
shinyAppAuth0

Create a Shiny app object with Auth0 Authentication