You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This minor version bump was due to a change made to the return value of the server method verifyChallenge.
Originally, that method returned true if the challenge signer address matched the address in the payload of the valid JWT contained in the EIP-712 challenge message.
Now, that method returns the authenticated address on success, or null on failure.
These values still evaluate to true and false in a boolean context, which should minimize the impact of this breaking change. A major version bump from v0 to v1 seemed unwarranted here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
This minor version bump was due to a change made to the return value of the server method
verifyChallenge.Originally, that method returned
trueif the challenge signer address matched the address in the payload of the valid JWT contained in the EIP-712 challenge message.Now, that method returns the authenticated address on success, or
nullon failure.These values still evaluate to
trueandfalsein a boolean context, which should minimize the impact of this breaking change. A major version bump from v0 to v1 seemed unwarranted here.All reactions