bytesbay / web3-token

Web3 Token is a new way to authenticate users in a hybrid dApps using signed messages. Implementation of EIP-4361.
380 stars 50 forks source link

Fix signature Uint8Array error #40

Closed Drarig29 closed 2 years ago

Drarig29 commented 2 years ago

Follow up PR for #39

It stills removes 2 critical vulnerabilities:

image

The problem appears to come from all the Vue CLI packages version 5.0.4, it seems to have introduce a breaking change which has an impact on Uint8Array somehow. I didn't have the time to investigate more.

This PR should fix your tests.