Package: shiny.reglog
Title: Optional Login and Registration Module System for ShinyApps
Version: 0.4.1
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: Package creates UI modules for Login, Register and Password Reset boxes and server module for reading and writing user database contained within googlesheet or sqlite file. Creates automatic e-mail messages after registration and for resetting password procedure. Currently supports English language (default) and Polish. 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.
Imports: shiny, dplyr, scrypt, R6, DBI, googlesheets4, RSQLite,
        lubridate
Suggests: shinydashboard, googledrive, gmailr, emayili, knitr,
        rmarkdown
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1.9001
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-10-28 16:39:35 UTC; micha
Author: Michal Kosinski [aut, cre] (<https://orcid.org/0000-0002-8426-3654>)
Maintainer: Michal Kosinski <kosinski.mich@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-28 17:10:02 UTC
