Skip to content

Releases: BlackCetha/SteamAuthOOP

Steam now uses HTTPS in the profile information field

07 Apr 06:29
Compare
Choose a tag to compare

Any older versions no longer work.

Steam has switched from returning an http profile URL in the signed OpenID fields and instead returns a https URL.
This means the RegEx for validating said field will fail and not accept a valid login. This release updates the RegEx to have optional support for https in the URL.

The API is unchanged.

Switch to HTTPS

26 Dec 10:10
Compare
Choose a tag to compare

The library now uses HTTPS when communicating with Steam.
If there are any problems regarding the use of HTTPS, please report them.

API is unchanged.

Thanks to @vikas5914 for the PRs!

Official Release

22 Nov 13:13
Compare
Choose a tag to compare

SteamAuthOOP is now ready after a month without error reports.
(I've been in contact with people using the library for that time)

You can now assume that the API will not be changed or will be made backwards compatible.

Fixes for bugs

28 Oct 21:57
Compare
Choose a tag to compare
Fixes for bugs Pre-release
Pre-release

I've fixed some issues in the code regarding the API-calls.
The work on better code readability and streamlining has also continued.

Make sure to update to this version.

Initial release

16 Jul 12:35
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

SteamAuthOOP is not yet ready for the use in production, this is a development release.