Learn R Programming

jose (version 1.2.1)

JavaScript Object Signing and Encryption

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.

Copy Link

Version

Install

install.packages('jose')

Monthly Downloads

47,529

Version

1.2.1

License

MIT + file LICENSE

Maintainer

Last Published

October 4th, 2024

Functions in jose (1.2.1)

base64url_encode

Base64URL encoding
jwt_encode_hmac

JSON Web Token
jwt_claim

Generate claim
read_jwk

JSON web-keys