Share feedback, ideas and get community help

Updated 5 months ago

Token Verification

At a glance

The community member has a question about the VerificationToken database table, specifically whether the token in the token column is the same token sent by email for entering or registering in the system. The comments suggest that the token may be used in a URL for authentication, but the community members are unsure of the details. One community member mentions that they were able to find the information they needed in the source code, and they compliment the project.

In this attached image, it is the VerificationToken database table. My question is, in the token column there is a token, is this the same token sent by email? to enter/register in the system?
Attachment
image.png
p
B
d
5 comments
If so, would the return url be something like this? http://typebot.typebot.com/api/auth/callback/email?callbackUrl=http%3A%2F%2Ftypebot.typebot.com%2Fsignin%3FredirectPath%3D%252Ftypebots&token=9c3c177ed3b5094d6ce93183e4f39ab16134dddb0c1930f23142ced3bb0 9a462&email=paulox.tec%40gmail.com
I actually don’t know, can’t you check this on your side?
It’s how NextAuth.js works, I am not aware of the details
I got what I wanted another way in the source code. Thank you, your project is beautiful, congratulations
Add a reply
Sign up and join the conversation on Discord