How to go back to the native app from the e-mail verification magic link?

Hello.

When signing up on the native app, is there any way to go back to the app from the magic link for email address verification after signing up?

The magic link for email address verification takes you to the verification completion page. After that, I would like to know if there is a way to successfully return to the app from the authentication completion page.

I would be glad to know if there is a better way.

Hi @shibam

Welcome to the Auth0 Community. Great to have you on board :slight_smile:

To go back to the app after email address verification I believe you would need to configure the default login route as this is used by the email verification flow https://auth0.com/docs/authenticate/login/auth0-universal-login/configure-default-login-routes#complete-email-verification-flow and it adds a button that users can click to return to the app.

For native apps you can still use the field it is a bit different and there is a workaround suggested here https://community.auth0.com/t/setting-application-login-uri-for-mobile-apps/99149 please review and let me know if you have any further questions.

Warm regards.

1 Like

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