Curl User Bridge Between Two Sites

We had a programmer create a user bridge between our PHPFox site (Site #1) and another site (Site #2). When a user tries to log into Site #2, the bridge automatically detects whether a user is registered on Site #1. At that point, the bridge either allows them access to their account on Site #2 or creates a profile on Site #2 based upon the information on Site #1. It works well, but we still have to manually log in to Site #2.

We would like to simply have a link on our PHPFox site (Site #1) that automatically attempts to log the registered user into Site #2. The current user bridging should handle all of the validating and account creation. Basically, we just need to bypass the manual login page and replace it with the link from Site #1.

Leave a Reply

Your email address will not be published. Required fields are marked *