Package: shinymanager Title: Authentication Management for 'Shiny' Applications Version: 1.1.0 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 authentication mechanism for single 'Shiny' applications. Credentials can be stored in an encrypted 'SQLite' database or on your own SQL Database (PostgreSQL, MySQL, ...). 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.3.3 Imports: R6, shiny, htmltools, DT (>= 0.5), DBI, RSQLite, openssl, R.utils, billboarder, scrypt, yaml, glue Suggests: keyring, testthat (>= 2.1.0), knitr, rmarkdown, RPostgres, sparklyr VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev libssl-dev zlib1g-dev Repository: https://datastorm-open.r-universe.dev Date/Publication: 2026-06-29 11:23:34 UTC RemoteUrl: https://github.com/datastorm-open/shinymanager RemoteRef: HEAD RemoteSha: b236ff6d2a2a02cf4acf42fff329d3c8e85f3407 NeedsCompilation: no Packaged: 2026-06-29 13:17:57 UTC; root Author: Benoit Thieurmel [aut, cre], Victor Perrier [aut] Maintainer: Benoit Thieurmel