I am looking to implement a functionality in my application that allows redirecting users to a specific page if they haven’t interacted with the login page for a certain period of time (for example, 5 minutes). My application utilizes the ‘New Universal Login’ for authentication along with Next.js.
My goal is to redirect users to a custom page within my application after a certain period of inactivity on the Auth0 login page, prior to their authentication. Is achieving this feasible? If so, what would be the best approach to implement it, and what are the general steps for configuration?
I would greatly appreciate guidance on how to address this specific use case utilizing the current features of Auth0.
Thank you!