Package: shinymanager
Title: Authentication Management for 'Shiny' Applications
Version: 1.0
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: 6.1.1
Imports: R6, shiny, htmltools, DT (>= 0.5), DBI, RSQLite, openssl,
        R.utils, billboarder
Suggests: keyring, testthat (>= 2.1.0)
NeedsCompilation: no
Packaged: 2019-06-18 09:15:34 UTC; Datastorm
Author: Benoit Thieurmel [aut, cre],
  Victor Perrier [aut]
Maintainer: Benoit Thieurmel <benoit.thieurmel@datastorm.fr>
Repository: CRAN
Date/Publication: 2019-06-19 11:20:04 UTC
