udbhav-s / wax-auth

Fast, costless authentication flow for the Wax blockchain
33 stars 15 forks source link

Demo not implement verifyNonce correctly #2

Closed rahul-webd closed 1 year ago

rahul-webd commented 1 year ago

https://github.com/udbhav-s/wax-auth/blob/b15988616a154024a70aa311dda7f6a5ee78b46f/demo/index.js#L56

Here it should have "await" before verifyNonce as it returns a promise.

udbhav-s commented 1 year ago

Fixed, thanks