Closed ghost closed 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...
'redirect_url' => '/',
http://localhost:8000/?openid.ns=http%3A%2F%2Fspecs.openid.net%2...
Solved with redirecting back to controller. If Steam validate is true making all actions and redirect after manually.
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 likehttp://localhost:8000/?openid.ns=http%3A%2F%2Fspecs.openid.net%2...