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
{{ message }}
This repository was archived by the owner on Jul 9, 2021. It is now read-only.
while encrypting my text using RS256, RS384, RS512, ES256, ES384, ES512 then i got above error.
var jwt=nJwt.create(data,'secret',"ES384")
var token=jwt.compact(); //got error in this line
can someone help me please?