jose icon indicating copy to clipboard operation
jose copied to clipboard

JSON Object Signing and Encryption for Node.js and the browser

Results 8 jose issues
Sort by recently updated
recently updated
newest added

* Update base64url * Update to latest webcrypto * Update devDependencies, update to new Babel and Webpack configs

v0.1.x

A recurring problem that has been seen with regards to hashes and signatures is when properties get switched around between `JSON.stringify` calls which results in hashes not matching and signatures...

We've been experimenting with certificating JWK public key values. Like X.509 certificates, this key sharing scheme minimizes the need for fetching public keys used for encryption and signature verification. We're...

The current test assumes that there will be a header property as opposed to a protected header. This needs to be improved for use with the JSON General and Flattened...

Support encrypt and decrypt operations described in [RFC 7516](https://tools.ietf.org/html/rfc7516)

enhancement

Implement the custom format extensions used in the schemas: - [ ] `StringOrURI` - [ ] `NumericDate` - [ ] `URI` - [ ] `url` - [ ] `base64` -...

It would be helpful for various app logic to have a JWT instance method, something like `jwt.isSigned()`, to be able to tell whether the jwt has one or multiple signatures...

enhancement

Update JWTSchema and test to match the new API.

v0.2.x