Login redirect from other project
-
Hi,
I had 2 websites which are created from different cms.
one is in Wordpress and one is actually bagisto for the store.is it possible for me to redirect my logged in users from my Wordpress to bagisto? I mean, users should be logged in also automatically if they go to bagisto.
If yes, what files or modules should I call for it?
thanks
-
The only way you can do this is by using Bagisto API or you can create your own customized API also.
So that if the user is logged in WordPress then Bagisto API is also called. Or even you can store the session cookie for session based authentication.