https://supertokens.com/ logo
k

kedw

04/29/2022, 9:59 PM
Hi folks, I may have missed this in the documentation, but for the ThirdPartyEmailPassword recipe with a plain JS frontend, do I need to implement the
/auth/verify-email
route myself? Right now I'm getting a 404 when I click the email link.
n

nkshah2

04/30/2022, 3:47 AM
Hi, Yes for plain js you need to implement all the routes on your frontend yourself
k

kedw

04/30/2022, 4:26 AM
Ahhh ok thank you! I initially thought it would be a backend route that redirects the user back to the front-end, but this makes sense too