passprotServer: Return a function that can be use as Server for Shiny app

Description Usage Arguments Value

View source: R/passprotServer.R

Description

This wrap have the logic for the user management and authorization The logic of the user application should be defined in the appmodule

Usage

1
passprotServer(con, salt, appmodule, ...)

Arguments

con

dbPool connection object

salt

a string to improve masking of passwords

appmodule

a Shiny module server object

...

extra parameters for appmodule

Value

a function with input, output, session arguments


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