jwe
jwe copied to clipboard
Implementation of the JWE specification
Support of Full JWE is missing. Need to add methods to serialize and deserialize Full JWE. Full JWE describes here: https://www.rfc-editor.org/rfc/rfc7516#section-7.2
Migrated from https://github.com/dgrijalva/jwt-go/issues/346: > maxshifrin commented on Jul 30, 2019 > > It would be great if this library could also support payload encryption (https://tools.ietf.org/html/rfc7516) > > It would greatly...
This MR adds a new Key Management Mode: Direct Encryption