Pass Auth0Guard between 2 Angulars

Hello everyone.

I’m working on a universal login used by two different apps.
First app is where I have the login and it sets the localStorage and Cookies (with portalId, session, etc.) and it redirects to the 2nd app depending on the platform.

After navigating to the 2 app, it loses all the session information, and I’m not sure how can I solve that. Both apps are on the same domain and 2nd App implements de auth0 library.

Thank you in advance.