How to automatically log in the user after email link verification?

I use Auth0 for registration and login in my Android APP. I have set up a flow in Login under Flows: Start(User Logged In) → Require Email Verification → Complete.

After registering an Auth0 account, a verification link will be sent to my email. When I click on the verification link, it will open my APP. At this point, I must re-enter my username and password to proceed to the next step.

I hope that after clicking the verification link, it will automatically log in to the user I registered and proceed to the next step. Is there any way to do this?

Hi @blue.zhang,

Welcome to the Auth0 Community!

Unfortunately, you must provide a username and password to login after you have verified your email address.

This is required if the user was not previously authenticated to your app and does not have an active session.

Please let me know if you have any follow up questions.

Thanks,
Rueben

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