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 varun on Oct 9 2023, 9:11 PM. Authored by Tags None Referenced Files
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
|