Steam API Authentication

There is a need for OpenID. That’s the method that Valve uses according to their documentation. You don’t mention what your application is written in, so I can only guess that you are doing this via a web page. In that case, I recommend using the LightOpenID library. From there, this sample code should be … Read more