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). 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.

Tests Vignettes

Dependencies

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