invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

Steam API not redirect me on redirect url #106

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello. I have problem - Steam API not redirect me on redirect url. After I click on "Auth" button, i redirected on this page again.

CalvinGrain commented 5 years ago

Add 'redirect_url' => '/auth/steam/handle', to your steam-auth.php in config

janm4l commented 4 years ago

Add 'redirect_url' => '/auth/steam/handle', to your steam-auth.php in config

That worked!