Hi folks, I may have missed this in the documentat...
# support-questions-legacy
k
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
Hi, Yes for plain js you need to implement all the routes on your frontend yourself
k
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