Hi there, I am trying to let only logged in user t...
# support-questions-legacy
r
Hi there, I am trying to let only logged in user to verify email using emilVerification Recipe. Also, the logged in user email need to match the token email. So I am overriding verifyEmailPost for this. But this only can solve first problem. For solution of second problem Rishabh mentioned we can store a mapping of the email -> token by overriding the createEmailVerificationToken function from the emailverification recipe. But I do not know how to create a store mapping.