Package: shinymanager
Title: Authentication Management for 'Shiny' Applications
Version: 1.0.410
Authors@R: c(
    person("Benoit", "Thieurmel", email = "bthieurmel@gmail.com", role = c("aut", "cre")),
    person("Victor", "Perrier", email = "victor.perrier@dreamRs.fr", role = c("aut"))
    )
Description: Simple and secure authentification mechanism for single 'Shiny' applications.
    Credentials are stored in an encrypted 'SQLite' database. 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.1.2
Imports: R6, shiny, htmltools, DT (>= 0.5), DBI, RSQLite, openssl,
        R.utils, billboarder, scrypt
Suggests: keyring, testthat (>= 2.1.0), knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-09-26 13:41:56 UTC; BenoitThieurmel
Author: Benoit Thieurmel [aut, cre],
  Victor Perrier [aut]
Maintainer: Benoit Thieurmel <bthieurmel@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-27 07:00:02 UTC
Built: R 4.6.0; ; 2025-11-02 04:33:24 UTC; windows
