You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to encrypt with a test EC key, the code fails at encrypt.js line 185 because algKey.keystore.temp is undefined. I see no other references to temp in the code based on a quick github search of the repo.
Trying to encrypt some test content using this test key (which was based on one of the node-jose unit tests)
TypeError: undefined is not a function
at c:\oidc\jwk\node_modules\node-jose\lib\jwe\encrypt.js:185:35
at c:\oidc\jwk\node_modules\node-jose\lib\jwe\encrypt.js:278:20
at Array.map (native)
at c:\oidc\jwk\node_modules\node-jose\lib\jwe\encrypt.js:277:25
The text was updated successfully, but these errors were encountered:
When I attempt to encrypt with a test EC key, the code fails at encrypt.js line 185 because algKey.keystore.temp is undefined. I see no other references to temp in the code based on a quick github search of the repo.
Trying to encrypt some test content using this test key (which was based on one of the node-jose unit tests)
Exact error is:
The text was updated successfully, but these errors were encountered: