Is the following possible?
A client runs a paid membership service. When a member joins, they are given a login/pass for multiple resources (websites).
Whats happening is, people are joining and passing the logins for these various websites to their peers, friends, etc.
So, the client wants an application where each user has a single login. Upon login they are presented with a page which lists the various sites they have available to them. Clicking a link will auto-log them into the website. This way, the member never knows the login details for each resource.
Is this possible? I thought curl was a solution, but realized curl doesn't quite work that way. Maybe ajax, but then all user/passes would be stored in an easy to view javascript file.
A client runs a paid membership service. When a member joins, they are given a login/pass for multiple resources (websites).
Whats happening is, people are joining and passing the logins for these various websites to their peers, friends, etc.
So, the client wants an application where each user has a single login. Upon login they are presented with a page which lists the various sites they have available to them. Clicking a link will auto-log them into the website. This way, the member never knows the login details for each resource.
Is this possible? I thought curl was a solution, but realized curl doesn't quite work that way. Maybe ajax, but then all user/passes would be stored in an easy to view javascript file.