Question

I'm wondering if it's possible to make an authentication system in PHP without using openID? I've done a few searches on google, but they're all using openID in some way. So, is it possible without openID, or does openID have some private api to steam? Thanks in advance.

Was it helpful?

Solution

If you're trying to plug into Steam, then as far as I am aware, OpenID is your only option. If you're having trouble authenticating against OpenID, perhaps try one of these PHP libraries: http://openid.net/developers/libraries/#php

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top