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
Error: error:0906D06C:PEM routines:PEM_read_bio:no start line
at Sign.sign (internal/crypto/sig.js:85:26)
at Jwt.sign (/Users/.../project_root/node_modules/njwt/index.js:228:63)
at Jwt.compact (/Users/.../project_root/node_modules/njwt/index.js:250:29)
Any ideas?
The text was updated successfully, but these errors were encountered:
@ailadson it seems that njwt somehow has trouble reading the PEM. Can you dump the pem and check it with OpenSSL directly? Maybe you get something that hints to the issue?
My keySet objects have the following fields:
I get the following error:
Any ideas?
The text was updated successfully, but these errors were encountered: