I want to customize the loading flow for my users in case:
If the user is logged in, then it still shows the login page (with username, password, and buttons) for a few seconds, then goes to the return URL (with no user interaction). Still, it's very odd that the login page shows and seems like they should have to do something. Is there a way to tell if a user is logged in to LoginRadius without showing the login page?
IDX page is fully customizable with Developer and Developer Premium Plan
If you want to change the default behavior of Auth Page to achieve you mentioned flow, please follow these steps:
Navigate to Advanced Editor as mention in the Advance Editor Document.
Navigate to Before Script under Authentication Pages.
Find the hook
endprocesswhere it is registered.The code will look like this: