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?