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
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://statismike.github.io/shiny.reglog/
NeedsCompilation: no
Packaged: 2022-08-29 20:56:35 UTC; kosin
Author: Michal Kosinski [aut, cre] (<https://orcid.org/0000-0002-8426-3654>)
Maintainer: Michal Kosinski <kosinski.mich@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-30 18:20:02 UTC
Built: R 4.4.3; ; 2025-11-01 04:41:00 UTC; windows
