I have a landing page in HTML / javascript with a login button. I want to authenticate with Auth0 and redirect to a react app.
I don’t want to combine the landing page and react app as similar questions have concluded.
I am struggling to understand how to navigate between the landing page and react app and check the user is logged, are allowed access to a route or how to check the user info.