PHP 5: .passport Client
martin barker (contact me)
This class can be used to authenticate users in a remote authentication Web server.
It accesses a remote Web server and pass the encrypted user name and password of an user to be authenticated.
The class sets session variables with the user name and id if the authentication succeeds.
This class works together with the .passport Server class that handles the authentication requests on the remote server side.
Click here for detailed information about this class on phpclasses.org