Log in user automatically when they confirm email

Enabling email verification for new user registrations sends them a link that leads to a system “confirmed” page, which enables the user to log in. That’s great “out of the box” stuff!

However, user then still has to log in to access our application. The verification link contains information about the individual user — is it possible to use code on the “confirmed” page to automatically log in the new user and redirect them to a happy place in our app?

Hi, @Alex_Klein

After email verification, we do not send any information about the verified user, we just make a redirect to the requested page. Therefore, the login page cannot be skipped in this case.

Regards,
Marina

OK makes sense, thanks for the quick response :grinning: