-
Notifications
You must be signed in to change notification settings - Fork 81
/
DESCRIPTION
35 lines (35 loc) · 972 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: shinymanager
Title: Authentication Management for 'Shiny' Applications
Version: 1.0.510
Authors@R: c(
person("Benoit", "Thieurmel", email = "[email protected]", role = c("aut", "cre")),
person("Victor", "Perrier", email = "[email protected]", role = c("aut"))
)
Description: Simple and secure authentification mechanism for single 'Shiny' applications.
Credentials can be stored in an encrypted 'SQLite' database or on your own SQL Database (Postgres, MySQL, ...).
Source code of main application is protected until authentication is successful.
License: GPL-3
URL: https://github.com/datastorm-open/shinymanager
Encoding: UTF-8
RoxygenNote: 7.2.1
Imports:
R6,
shiny,
htmltools,
DT (>= 0.5),
DBI,
RSQLite,
openssl,
R.utils,
billboarder,
scrypt,
yaml,
glue
Suggests:
keyring,
testthat (>= 2.1.0),
knitr,
rmarkdown,
RPostgres,
sparklyr
VignetteBuilder: knitr