Learn R Programming

jose (version 1.2.0)

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

51,100

Version

1.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

November 6th, 2021

Functions in jose (1.2.0)

jwt_claim

Generate claim
jwt_encode_hmac

JSON Web Token
base64url_encode

Base64URL encoding
read_jwk

JSON web-keys