Has anybody tried to authenticate a user using cookies from a 3rd party from the loader inside root.tsx page.
In this way we dont redirect the user to login page and come back and forth?
We have a Remix application built on a Node Express server.
Issue is that, after authenticating the user and we need to retrieve the usersessions from other child routes, the authenticated user sessions are not available.