Auto login after email verification

I am using auth0.js library and i m wondering if there is an option to automatically login user after email verification click. On FE i have SPA VueJs app.

Thanks!

Hi @braca! Welcome to the Auth0 community!

In the email tab of the dashboard you have the ability to select a custom redirect to in the email verification template. Custom emails require you to setup an email provider before they can be used.

Alternatively, you can create an verification ticket using the Management API v2. This endpoint will allow you to create a verification link with an integrated redirect of your choice.

Let me know if that solves you issue.

Thanks,
Dan

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.