invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

Encoding in parseSteamID #45

Closed Anduil closed 7 years ago

Anduil commented 7 years ago

preg_match("#^http%3A%2F%2Fsteamcommunity.com%2Fopenid%2Fid%2F([0-9]{17,25})#", $this->request->get('openid_claimed_id'), $matches); // - Working //Not working - preg_match("#^http://steamcommunity.com/openid/id/([0-9]{17,25})#", $this->request->get('openid_claimed_id'), $matches);

And

$this->steam->validate() // - Always returns false and i just don't know wat i can do with this problem

Perhaps such a problem is just me? Can you suggest what might be wrong?