In case someone has done this already
Can someone please confirm if there is an auth0 api I can use to verify a users email address ? I don’t need to authenticate the user just verification of the email
The reason why I am saying I don’t need to authenticate the user is that the user may be just on sms or on a different computer and might be clicking the link from a different computer
I found these 2 links and have not yet taken a deep dive
First link
second link
The reason why I am saying I don’t want to authenticate is that (link 1) it seems to have a limitation that says the below and I don’t want to enforce that for now
“both the initial request and its response must take place in the same browser or the transaction will fail”
I will not be sending the user any confidential data so don’t have a need to authenticate just need to verify that it’s a valid email
Thanks a ton!