Skip to content

Releases: SmItH197/SteamAuthentication

SteamAuthentication v4.0

06 Apr 10:06
a11628c
Compare
Choose a tag to compare

This release is long overdue

What's New

  • key change in this is moving to HTTPS.

View all changes here.

SteamAuthentication v3.2

28 Jul 14:07
Compare
Choose a tag to compare

What's New

  • Updated the LightopenID script to v1.3.1
  • Added MIT License
  • Updated with the new login buttons provided by Valve
  • Updated Readme with information on wiki, creating issues and gambling sites.

View all changes here.

SteamAuthentication v3.1.1

26 Mar 14:30
Compare
Choose a tag to compare

What's New

  • Fixed demo.php

View all changes here.

SteamAuthentication v3.1

26 Mar 14:05
Compare
Choose a tag to compare

What's New

  • Various enhancements to the demo.php, steamauth.php and Readme (#116 and #117).
  • Renamed settings.php to SteamConfig.php to avoid filename conflicts (see issue #120)
  • Added a headers already sent check in steamauth.php, hopefully will fix issues like #123
  • Spelling errors (ecb2533)
  • Updated the logout mechanism (see #116)

View all changes here.

Thanks to everyone who contributed!

A fresh start...

13 Dec 18:02
Compare
Choose a tag to compare

SteamAuthentication v2.3.2

18 Sep 12:16
Compare
Choose a tag to compare

What's New

  • Fixed $steamauth['loginpage'] not working, see #80.

View changes here.

SteamAuthentication v2.3.1

02 Aug 13:26
Compare
Choose a tag to compare

What's New

  • Couple of fixes, see #72.

Thanks BlackCetha

View changes here.

SteamAuthentication v2.3

12 Jul 20:17
Compare
Choose a tag to compare

What's New

  • Added support for GET variables upon login. (See pull request #66)

Thanks MeLlamoPablo!

View changes here.

SteamAuthentication v2.2

22 Jun 14:17
Compare
Choose a tag to compare

Whats New

  • Muted the file_get_contents() function in userInfo.php. The file will now die() and output an error if it isn't able to access the Steam API for some reason.
  • userInfo.php will not do anything if the user hasn't logged in.

Thanks MeLlamoPablo!

  • See pull request #65

View changes here.

SteamAuthentication v2.1.3

29 Apr 16:16
Compare
Choose a tag to compare

Whats New

  • Reverted SQL fix (see #49, issues: #51).
  • Added note about SQL to Readme.

View changes here.