bytesbay / web3-token

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

Use `new URL()` instead of regex in isUrl() #36

Closed Drarig29 closed 2 years ago

Drarig29 commented 2 years ago

Fixes #34

bytesbay commented 2 years ago

Nice work dude, pushed the build to npm

bytesbay commented 2 years ago

With version @0.2.8

Drarig29 commented 2 years ago

Wait, I'm doing some other things, don't publish yet :stuck_out_tongue:

bytesbay commented 2 years ago

Getting "Expected signature to be an Uint8Array" in tests, do you also face it ?

Drarig29 commented 2 years ago

Oh, I do! Let me fix this

bytesbay commented 2 years ago

Thanks! Tried to do something with ethereumjs-util version , but didn't help