Learn R Programming

⚠️There's a newer version (1.2.1) of this package.Take me there.

jose (version 1.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 the basis for services like OAuth 2.0 or LetsEncrypt and are natively supported by browsers via the JavaScript WebCryptoAPI.

Copy Link

Version

Install

install.packages('jose')

Monthly Downloads

96,712

Version

1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jeroen Ooms

Last Published

January 20th, 2019

Functions in jose (1.0)

jwt_encode_hmac

JSON Web Token
jwt_claim

Generate claim
base64url_encode

Base64URL encoding
read_jwk

JSON web-keys