Package: shinymanager
Title: Authentication Management for 'Shiny' Applications
Version: 1.0.400
Authors@R: c(
    person("Benoit", "Thieurmel", email = "benoit.thieurmel@datastorm.fr", 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.1
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: 2021-06-16 10:44:36 UTC; bthie
Author: Benoit Thieurmel [aut, cre],
  Victor Perrier [aut]
Maintainer: Benoit Thieurmel <benoit.thieurmel@datastorm.fr>
Repository: CRAN
Date/Publication: 2021-06-16 11:00:02 UTC
Built: R 4.0.2; ; 2021-06-17 11:01:41 UTC; unix
