Skip to content

Releases: kanalumaddela/laravel-steam-login

v2.1.7

15 Oct 01:43
0b87970
Compare
Choose a tag to compare

catch openid errors

v2.1.6

13 Oct 06:37
578da99
Compare
Choose a tag to compare
  • cast steamid to int as it should've been

v2.1.5

13 Oct 05:25
665f970
Compare
Choose a tag to compare
Update README.md

v1.4.1

11 Oct 20:24
ccb7886
Compare
Choose a tag to compare
  • remove bcmath
  • use bit operations

v2.1.4

09 Oct 04:09
Compare
Choose a tag to compare
forgot to replace steamId with instances of xPawSteamId

v2.1.2

08 Oct 19:13
2fe1391
Compare
Choose a tag to compare

im bad at github merges

  • add more return types

v2.1.1

07 Oct 20:41
5d78252
Compare
Choose a tag to compare

supposed to be using 2.x branch

v2.0

07 Oct 19:13
b48330b
Compare
Choose a tag to compare
  • use https://github.com/xPaw/SteamID.php cause it's better
  • player attributes are more normalized
  • included controller to automatically handle login + validation
  • redirecting back to original page should be better
  • enforce return types and use type hints

better docs: https://github.com/kanalumaddela/laravel-steam-login/wiki/2.x

all code has been properly commented on, so in reality you don't need the docs other than to get setup

v1.4

10 Apr 23:54
e7f35b9
Compare
Choose a tag to compare
  • full https
  • updated steamid conversion
  • switch to methods for retrieving player info
    • getPlayer()
    • getPlayerInfo()

See the 1.x docs for more info and a better understanding hopefully
https://github.com/kanalumaddela/laravel-steam-login/wiki/1.x-Usage

v1.3.1

10 Apr 21:40
ef7d77e
Compare
Choose a tag to compare

made 1.x branch to use for this stuff