Hi, the secret key in the token object is returning empty. How do I resolve this so that I can call account.updateVerification() lateR?
TL;DR
The user is having trouble getting the secret key from the account.createVerification() function. The secret key is necessary to call account.updateVerification() later.
darShan
7 Oct, 2023, 16:32
The secret is sent to the user's email if you've request email verification. When the user clicks the link, you should handle this via update verification with a deeplink if developing for mobile.