Closed npabisz closed 6 years ago
So today it stopped working with following exception:
Undefined offset: 1 in /vendor/invisnik/laravel-steam-auth/src/SteamAuth.php:205
You should change regular expression to: #^https?://steamcommunity.com/openid/id/([0-9]{17,25})#
#^https?://steamcommunity.com/openid/id/([0-9]{17,25})#
Since it doesn't work with https protocol.
So today it stopped working with following exception:
You should change regular expression to:
#^https?://steamcommunity.com/openid/id/([0-9]{17,25})#
Since it doesn't work with https protocol.