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
SignJWT(a lot of stuff.... .sign(privateKey);)
jwtVerify(dpop, publicKey)
They both use ES256 as curve/algo, so they could be replaces with a zencode_exec (dpopVerify, { data, keys}) (the SignJWT would require a Zencode doing some formating or doing object.sign = zencode_exec()
The text was updated successfully, but these errors were encountered:
Currently from the JOSE, we use
SignJWT(a lot of stuff.... .sign(privateKey);)
jwtVerify(dpop, publicKey)
They both use ES256 as curve/algo, so they could be replaces with a zencode_exec (dpopVerify, { data, keys}) (the SignJWT would require a Zencode doing some formating or doing object.sign = zencode_exec()
The text was updated successfully, but these errors were encountered: