Closed ghost closed 2 years ago
Hi,
Line 110 of the verify function uses the signing function to verify, is this correct?
Line 110 const res = await crypto.subtle.sign(importAlgorithm, key, this._utf8ToUint8Array(tokenParts.slice(0, 2).join('.')))
v1.3.1
We happy now? :)
v1.3.1 We happy now? :)
Yes! Happy camper now. =)
Hi,
Line 110 of the verify function uses the signing function to verify, is this correct?
Line 110 const res = await crypto.subtle.sign(importAlgorithm, key, this._utf8ToUint8Array(tokenParts.slice(0, 2).join('.')))