Is it possible to send a user to a page that isn't the homepage of an app after they login? The scenario is, the user is logged out, they get a notification email that work is ready and the link would be to that project's detail page. When they click on the link they're forced to sign in, but right now after sign in they're routed to the applications homepage, which is our dashboard. How can I route them to the requested URL instead?
I don’t have my computer up in front of me, but if you look at the code for your Logout link it will call the logic for logout then redirect you. Just change where it goes to afterwards.
J.Ja