Hi everyone,
I’m building an app that uses Auth0 for authentication. I have an invitation link system where users can sign up for a specific organization via email.
Right now, after the user completes signup through the invitation link, Auth0 redirects them to the login page. I would like to redirect them directly to the home page of my app instead.
I’m looking for guidance on: How to configure Auth0 to redirect users to a custom page after signup (not login) in the User Invitation template
Thanks in advance for your help!