Package: shinymanager
Title: Authentication Management for 'Shiny' Applications
Version: 1.0.200
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.0.0
Imports: R6, shiny, htmltools, DT (>= 0.5), DBI, RSQLite, openssl,
        R.utils, billboarder
Suggests: keyring, testthat (>= 2.1.0), knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-28 12:55:25 UTC; Datastorm
Author: Benoit Thieurmel [aut, cre],
  Victor Perrier [aut]
Maintainer: Benoit Thieurmel <benoit.thieurmel@datastorm.fr>
Repository: CRAN
Date/Publication: 2020-02-28 13:50:03 UTC
Built: R 3.5.3; ; 2020-04-22 08:25:01 UTC; windows
