Closed AtelyPham closed 2 years ago
Hello, I found that the Token expired error cannot throw because of the expiration field does not match in the sign and the verify function.
Token expired
expiration
sign
verify
This PR update expiration-date field in the verify function to expiration-time to match the param object in the sign function.
expiration-date
expiration-time
Hello, I found that the
Token expired
error cannot throw because of theexpiration
field does not match in thesign
and theverify
function.This PR update
expiration-date
field in theverify
function toexpiration-time
to match the param object in thesign
function.