Passwordless Login and Email Verification in one link?

In the end I will rely on passwordless email login and Auth0 will redirect to a React component page which will post to our server which will post to Auth0 to update that user’s profile to have email activated set to true. Then the react component will auto redirect to the standard landing page. This is only needed for initial account signup (first time) access to our portal. I am trying to minimize the amount of links and clicking the user needs to perform. Thanks anyways Konrad! (but would be nice if Auth0 did this out of the box)

1 Like