invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

Get returned to Steamlogin Page #42

Closed ReptoxX closed 7 years ago

ReptoxX commented 7 years ago

Hello,

i am facing an issue, where i login into steam and then when i normally gets redirected to my page, i get redirected to steam without any error message. I checked all issues before and i am sure that my "redirect_url" is the same as $steam->validate(). So basically "validate()" is returning false all the time.

Regards ReptoxX

vanvanni commented 7 years ago

Yea I have the same issue!

sultanselim94 commented 7 years ago

I have the same issue too. Can someone tell what the problem is?

vanvanni commented 7 years ago

I wrote now a own service class for Steam Login and used Live Facades in Laravel 5.4 to make use of them.

ReptoxX commented 7 years ago

are you going to publish it?

vanvanni commented 7 years ago

@ReptoxX Yes I plan publish the test version I have wrote for my gaming community. Im setting up the repo and will publish it soon. Just follow and keep track on my github.

timetorock commented 7 years ago

@ReptoxX , Can you debug laravel-steam-auth\src\SteamAuth.php@validate() method? Check some variables if they are not empty. Like $params, $response, $results.

Also be sure you've inserted Config::get('steam-auth.api_key'). Without it will return false for sure.

ReptoxX commented 7 years ago

Somehow it works and i dont know what happend.