Package: fireproof Title: Authentication and Authorization for 'fiery' Servers Version: 0.1.0.9000 Authors@R: c( person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5147-4711")), person("Posit, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides a plugin for 'fiery' that supports various forms of authorization and authentication schemes. Schemes can be required in various combinations or by themselves and can be combined with scopes to provide fine-grained access control to the server. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/thomasp85/fireproof, https://thomasp85.github.io/fireproof/ BugReports: https://github.com/thomasp85/fireproof/issues Imports: base64enc, cli, curl, fiery, firesale (>= 0.1.1), jose, jsonlite, R6, reqres (>= 1.1.0), rlang, routr (>= 1.0.0), sodium, urltools Suggests: callr, dplyr, quarto, rmarkdown, storr, testthat (>= 3.0.0), webfakes, xml2 Config/testthat/edition: 3 VignetteBuilder: quarto Config/pak/sysreqs: cmake make libicu-dev libsodium-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2026-01-06 11:28:31 UTC RemoteUrl: https://github.com/thomasp85/fireproof RemoteRef: HEAD RemoteSha: f0f751d65a869926feefb15dcb10a16b7f24581c NeedsCompilation: no Packaged: 2026-07-11 06:39:22 UTC; root Author: Thomas Lin Pedersen [aut, cre] (ORCID: ), Posit, PBC [cph, fnd] (ROR: ) Maintainer: Thomas Lin Pedersen