is_authorized: Is the user authorized?

Description Usage Arguments Value

View source: R/user_management.R

Description

Return true if the user/password combination is found in the database

Usage

1
is_authorized(con, salt, username, password)

Arguments

con

dbPool connection object

salt

a string to improve masking of passwords

username

the username

password

the password

Value

TRUE if the user is authorized, FALSE otherwise


johnaponte/shinyPassprot documentation built on Nov. 4, 2019, 3:06 p.m.