Verification Token

Where is the email verification token create and stored ?
I’ve got a token=GAtE7mw4spA9c6Qn5EprHhQJP ← off the email verificaiton - but I can’t find it in the user collection

It is the _perishable_token field but it is not visible via dashboard. The only way to see that is by connecting directly to the database.

1 Like

Thank you - Yeah - i connected to the raw db, but couldn’t find it. I was looking for _email_verified_token. How did you know it’s _perishable_token >?

Sorry. For e-mail verification it is actually _email_verify_token. _perishable_token is for password reset.

2 Likes