Learn R Programming

login (version 0.9.3)

'shiny' Login Module

Description

Framework for adding authentication to 'shiny' applications. Provides flexibility as compared to other options for where user credentials are saved, allows users to create their own accounts, and password reset functionality. Bryer (2024) .

Copy Link

Version

Install

install.packages('login')

Monthly Downloads

164

Version

0.9.3

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Jason Bryer

Last Published

April 18th, 2024

Functions in login (0.9.3)

is_not_logged_in

Display Shiny elements only if the user is not logged in.
login_ui

Login UI elements.
is_logged_in

Display Shiny elements only if the user is logged in.
passwdInput

Password input textbox.
login_server

Login server module.
new_user_ui

UI for creating a new user account.
login-package

login: User Authentication for Shiny Applications
emayili_emailer

Returns a function to send emails using the emayili package.
use_login

JavaScript and CSS dependencies.
logout_button

Logout button.
reset_password_ui

UI for resetting password.