Across Site Authentication

Is it possible to do this scenario.
I have been trying to accomplish it.
If we login from SITE_A(legacy PHP site), auto login in SITE_B(powered by moralis) in the same browser.

You’ll have to implement a way to link the two together.

You can look at using session data which you can get by querying your Moralis server. So the user logs in on SITE_A and then get the session token (maybe can subscribe) and then set the current user or login on SITE_B.

1 Like