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

How does this library relate to EIP4361, if at all? #12

Closed probablyangg closed 2 years ago

probablyangg commented 2 years ago

The EIP4361 spec pretty much standardises what this library is somewhat doing. Any plans to make some super tiny changes to be in exact accordance to the spec?

bytesbay commented 2 years ago

@nglglhtr Done.

probablyangg commented 2 years ago

You're amazing. thank you.