Package: fireproof
Title: Authentication and Authorization for 'fiery' Servers
Version: 0.1.0
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
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
NeedsCompilation: no
Packaged: 2025-12-11 06:56:36 UTC; thomas
Author: Thomas Lin Pedersen [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-5147-4711>),
  Posit, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Thomas Lin Pedersen <thomas.pedersen@posit.co>
Repository: CRAN
Date/Publication: 2025-12-17 10:10:26 UTC
Built: R 4.5.2; ; 2025-12-19 08:56:55 UTC; unix
