Package: shinymanager
Title: Authentication Management for 'Shiny' Applications
Version: 1.0.300
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
LazyData: true
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: 2020-08-20 15:22:46 UTC; BenoitThieurmel
Author: Benoit Thieurmel [aut, cre],
  Victor Perrier [aut]
Maintainer: Benoit Thieurmel <benoit.thieurmel@datastorm.fr>
Repository: CRAN
Date/Publication: 2020-08-24 12:10:03 UTC
