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 the basis for services like OAuth 2.0 or LetsEncrypt and are natively supported by browsers via the JavaScript WebCryptoAPI.
Version: | 1.0 |
Depends: | openssl (≥ 1.2.1) |
Imports: | jsonlite |
Suggests: | spelling, testthat, knitr, rmarkdown |
Published: | 2019-01-20 |
Author: | Jeroen Ooms |
Maintainer: | Jeroen Ooms <jeroen at berkeley.edu> |
BugReports: | https://github.com/jeroen/jose/issues |
License: | MIT + file LICENSE |
URL: | https://datatracker.ietf.org/wg/jose/documents/ https://www.w3.org/TR/WebCryptoAPI/#jose https://github.com/jeroen/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.0.tar.gz |
Windows binaries: | r-devel: jose_1.0.zip, r-release: jose_1.0.zip, r-oldrel: jose_1.0.zip |
macOS binaries: | r-release: jose_1.0.tgz, r-oldrel: jose_1.0.tgz |
Old sources: | jose archive |
Reverse imports: | AzureAuth, AzureKeyVault, polished |
Reverse suggests: | boxr, openssl |
Please use the canonical form https://CRAN.R-project.org/package=jose to link to this page.