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.
Version: | 1.2.0 |
Depends: | openssl (≥ 1.2.1) |
Imports: | jsonlite |
Suggests: | spelling, testthat, knitr, rmarkdown |
Published: | 2021-11-06 |
Author: | Jeroen Ooms [aut, cre] |
Maintainer: | Jeroen Ooms <jeroen at berkeley.edu> |
BugReports: | https://github.com/r-lib/jose/issues |
License: | MIT + file LICENSE |
URL: | https://datatracker.ietf.org/wg/jose/documents/ https://www.w3.org/TR/WebCryptoAPI/#jose https://github.com/r-lib/jose |
NeedsCompilation: | no |
Language: | en-US |
Materials: | NEWS |
CRAN checks: | jose results |
Reference manual: | jose.pdf |
Vignettes: |
Reading/Writing JSON Web Keys (JWK) in R Encoding/Decoding JSON Web Tokens (JWT) in R |
Package source: | jose_1.2.0.tar.gz |
Windows binaries: | r-devel: jose_1.2.0.zip, r-release: jose_1.2.0.zip, r-oldrel: jose_1.2.0.zip |
macOS binaries: | r-release (arm64): jose_1.2.0.tgz, r-oldrel (arm64): jose_1.2.0.tgz, r-release (x86_64): jose_1.2.0.tgz, r-oldrel (x86_64): jose_1.2.0.tgz |
Old sources: | jose archive |
Reverse imports: | adobeanalyticsr, ausplotsR, AzureAuth, AzureKeyVault, cjar, firebase, googleCloudRunner, polished |
Reverse suggests: | boxr, httr2, openssl |
Please use the canonical form https://CRAN.R-project.org/package=jose to link to this page.