jose

JavaScript Object Signing and Encryption

Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT, rfc7519) <https://datatracker.ietf.org/wg/jose/documents/>. These standards provide modern signing and encryption formats that are natively supported by browsers via the JavaScript WebCryptoAPI <https://www.w3.org/TR/WebCryptoAPI/#jose>, and used by services like OAuth 2.0, LetsEncrypt, and Github Apps.

Tests Vignettes

Available Snapshots

This version of jose can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (2)
  • openssl >= 1.2.1
  • jsonlite
  • Suggests (4)
  • spelling
  • testthat
  • knitr
  • rmarkdown
  • Version History