Package: shinyauthr Type: Package Title: 'Shiny' Authentication Modules Version: 1.0.0.9000 Authors@R: c(person(given = "Paul", family = "Campbell", email = "pacampbell91@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1018-6606")), person(given = "Michael", family = "Dewar", email = "michael.p.dewar@gmail.com", role = "ctb")) Description: Add in-app user authentication to 'shiny', allowing you to secure publicly hosted apps and build dynamic user interfaces from user information. License: MIT + file LICENSE Encoding: UTF-8 Imports: shiny (>= 1.5.0), shinyjs, dplyr, rlang, glue Suggests: sodium, DBI, RSQLite, lubridate, shinydashboard, testthat (>= 3.0.0), shinytest, knitr, rmarkdown, covr RoxygenNote: 7.2.3 URL: https://github.com/paulc91/shinyauthr BugReports: https://github.com/paulc91/shinyauthr/issues Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://paulc91.r-universe.dev Date/Publication: 2024-03-04 17:13:02 UTC RemoteUrl: https://github.com/paulc91/shinyauthr RemoteRef: HEAD RemoteSha: 1eea807a5d1ddfd5f67505110029c5b9389cc3f6 NeedsCompilation: no Packaged: 2026-07-04 08:19:40 UTC; root Author: Paul Campbell [aut, cre] (ORCID: ), Michael Dewar [ctb] Maintainer: Paul Campbell