invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

redirect #8

Closed ghost closed 9 years ago

ghost commented 9 years ago

After login through steam redirect back isn't clear. in config it set to: 'redirect_url' => '/', but nothing happen, i get back with ugly url like http://localhost:8000/?openid.ns=http%3A%2F%2Fspecs.openid.net%2...

ghost commented 9 years ago

Solved with redirecting back to controller. If Steam validate is true making all actions and redirect after manually.