get the nonce from the SIWE message provided by the user and check if it exists in our nonces table. if it doesn't, return an error. if it does, remove it and proceed.
Depends on D9440
Differential D9441
[identity] verify nonce in siwe message Authored by varun on Oct 10 2023, 4:11 AM.
Details
get the nonce from the SIWE message provided by the user and check if it exists in our nonces table. if it doesn't, return an error. if it does, remove it and proceed. Depends on D9440 tried to use the same nonce for consecutive sign-in requests and only the first request succeeded.
Diff Detail
|