Package: jose
Type: Package
Title: JavaScript Object Signing and Encryption
Version: 2.0.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"),
email = "jeroenooms@gmail.com", comment = c(ORCID = "0000-0002-4035-0289"))
Description: Read and write JSON Web Keys (JWK, rfc7517), generate and
verify JSON Web Signatures (JWS, rfc7515) and encode/decode
JSON Web Tokens (JWT, rfc7519)
. These
standards provide modern signing and encryption formats that
are natively supported by browsers via the JavaScript
WebCryptoAPI , and used
by services like OAuth 2.0, LetsEncrypt, and Github Apps.
License: MIT + file LICENSE
URL: https://r-lib.r-universe.dev/jose
BugReports: https://github.com/r-lib/jose/issues
Depends: openssl (>= 1.2.1)
Imports: jsonlite
RoxygenNote: 7.3.3.9000
VignetteBuilder: knitr
Suggests: spelling, testthat, knitr, rmarkdown
Encoding: UTF-8
Language: en-US
Config/pak/sysreqs: libssl-dev
Repository: https://r-lib.r-universe.dev
Date/Publication: 2026-04-21 21:14:33 UTC
RemoteUrl: https://github.com/r-lib/jose
RemoteRef: HEAD
RemoteSha: ffc87521375b82f06beab8a4633940caeabcc58f
NeedsCompilation: no
Packaged: 2026-06-20 06:58:53 UTC; root
Author: Jeroen Ooms [aut, cre] (ORCID: )
Maintainer: Jeroen Ooms