-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.55 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: shiny.reglog
Title: Optional Login and Registration Module System for ShinyApps
Version: 0.5.2
Authors@R:
person(given = "Michal",
family = "Kosinski",
role = c("aut", "cre"),
email = "kosinski.mich@gmail.com",
comment = c(ORCID = "https://orcid.org/0000-0002-8426-3654"))
Description: RegLog system provides a set of shiny modules to handle register
procedure for your users, alongside with login, edit credentials and
password reset functionality.
It provides support for popular SQL databases
and optionally googlesheet-based database for easy setup. For email sending
it provides support for 'emayili' and 'gmailr' backends. Architecture makes
customizing usability pretty straightforward.
The authentication system created
with shiny.reglog is designed to be optional: user don't need to be logged-in
to access your application, but when logged-in the user data can be used
to read from and write to relational databases.
Depends:
R (>= 4.1.0),
R6,
shiny
Imports:
dplyr,
lubridate,
lifecycle,
scrypt,
shinyjs,
stringi,
uuid
Suggests:
covr,
DBI,
DT,
devtools,
emayili,
gmailr,
googledrive,
googlesheets4,
jsonlite,
knitr,
mongolite,
rmarkdown,
RSQLite,
shinytest2,
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://statismike.github.io/shiny.reglog/