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
Add an endpoint to trigger the verification email sending again.
endpoint: POST /, with wallet address in the body. Will send a verification email again to the pending email address associated to this wallet in the DB.
In case there is more that 1 email, use the last one. (most recently added)
TBD: Whether to also require a wallet signature for this request. Also, have a mechanism to prevent spamming of this feature
The text was updated successfully, but these errors were encountered:
Add an endpoint to trigger the verification email sending again.
endpoint:
POST /
, with wallet address in the body. Will send a verification email again to the pending email address associated to this wallet in the DB.In case there is more that 1 email, use the last one. (most recently added)
TBD: Whether to also require a wallet signature for this request. Also, have a mechanism to prevent spamming of this feature
The text was updated successfully, but these errors were encountered: