Closed ReptoxX closed 7 years ago
Yea I have the same issue!
I have the same issue too. Can someone tell what the problem is?
I wrote now a own service class for Steam Login and used Live Facades in Laravel 5.4 to make use of them.
are you going to publish it?
@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.
@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.
Somehow it works and i dont know what happend.
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