There is an issue with how we handle sessions between the landing-page and the app. They share the same session. This is problematic because:
So, let's use a different login flow just for the app (separate from the landing page's session, which can view settings on the landing page). This will be almost exactly like the signin page. The app, when trying to login, will hit:
Description
There is an issue with how we handle sessions between the landing-page and the app. They share the same session. This is problematic because:
So, let's use a different login flow just for the app (separate from the landing page's session, which can view settings on the landing page). This will be almost exactly like the signin page. The app, when trying to login, will hit:
https://auth.trypear.ai/signin-app?callback=pearai://pearai.pearai/auth
This is like a popup to sign in