Implementing JWE encryption for a JWS signed token in Node.JS with Jose 4.11
Advertisements I have difficulty manipulating the Jose Node.JS documentation to chain the creation of a JWS and JWE. I cannot find the proper constructor for encryption. It looks like I can only encrypt a basic payload not a signed JWS. Here is the code sample I try to fix to get something that would look… Read More Implementing JWE encryption for a JWS signed token in Node.JS with Jose 4.11