I know that Facebook uses its own OpenID-like system called "Facebook connect", which you can use to authenticate users on your site, among other functions.
In my case, I have several Ruby on Rails applications:
- users.example.com
- profiles.example.com
- photos.example.com
- ...
I would like to use "users.example.com" as a web service that allows users to authenticate in all my other applications in the same way that "Facebook connect" or OpenID works. In a few words, "users.example.com" should work as an "OpenID-like system" for my applications in "example.com".
Can someone give me tips and links to some useful resources?
PS: Since I'm new to this question, I don't know if I'm saying something that makes sense. So someone can help me understand (if I am wrong) ...
source
share