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?