Closed riowelfaleno closed 1 year ago
@xymontana Hey let me check
Fixed in 57a09e1. Thanks alot for the report. Just update the package to 1.0.4.
thank you!
Fixed in 57a09e1. Thanks alot for the report. Just update the package to 1.0.4.
Hi I see that you've fixed the request-id. But regarding the nonce, shouldn't it be like this:
if (params.nonce) {
body.nonce = params.nonce;
}
Hi, I've put in the nonce and request_id during the Web3Token.sign, but the nonce and the request_id was not returned during Web3Token.verify. Any ideas on how to solve this?