SmItH197 / SteamAuthentication

A simple PHP Authentication that enables steam users to log into their steam account to access content!
MIT License
446 stars 147 forks source link

Module stopped working #217

Closed JuanAdamuz closed 6 years ago

JuanAdamuz commented 6 years ago

The module does not return any data since 20 minutes ago

bman46 commented 6 years ago

I think the steam API was down, try it now and if it still doesn't work, please send any errors that you are receiving.

cs716 commented 6 years ago

Valve apparently updated the API to now require HTTPS instead of HTTP and didn't tell anybody. This broke any authentication library not set up for it. I managed to get my script working again by changing http to https on steamauth.php (lines 24 & 31) and userinfo.php line 4.

vidit-agarwal commented 6 years ago

If , valve has updated the api . so , how we can update in the module . Please tell us . Its urgent

RedSparr0w commented 6 years ago

@vidit-agarwal the comment above explains how. https://github.com/SmItH197/SteamAuthentication/issues/217#comment-379114246

SmItH197 commented 6 years ago

Hi guys, thanks for bringing this up! I'll take a look at this now and update it