Hello,
I was trying to find docs for this but failed to do so.
We are building an application that can only allow verified users to proceed. However, we also want to make sure this is as painless as possible.
The flow we have in mind would be:
- User signs up
- User checks email and verifies their identity
- Auth0 updates the verified flag in the user metadata and redirects to our success page
- User clicks in “continue” in our success page and proceeds logged in (meaning we get a JWT token back).
My question is: is the last step possible? Is there anything that Auth0 sends back to our success page that allows us to automatically log them in?