I run several websites, most don't get much traffic or arn't maintained, but one thing I've been wanting to do is setup a unified login system for all my site/services. Something like what Google does.
Now doing that on it's own would be fairly easy. Just need to modify the forum software to authenticate to my custom central system instead. But I want to go a step further and make it so if someone logs in on one forum, and goes to another that's on another domain, they'll also be logged in. Obviously for security reasons a site cannot read another domain's cookies. So what is the best way to go about doing this?
Now doing that on it's own would be fairly easy. Just need to modify the forum software to authenticate to my custom central system instead. But I want to go a step further and make it so if someone logs in on one forum, and goes to another that's on another domain, they'll also be logged in. Obviously for security reasons a site cannot read another domain's cookies. So what is the best way to go about doing this?