Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly build logout url query string #87

Merged
merged 3 commits into from
Jun 21, 2016
Merged

Correctly build logout url query string #87

merged 3 commits into from
Jun 21, 2016

Conversation

robinvdvleuten
Copy link
Contributor

Hi there,

The querystring for the logout url was incorrectly generated, this is a fix for that with help of Guzzle's build_query() function;

before: https://auth0.com/logout?http%3A%2F%2Flocalhost%3A8000%2F
after: https://auth0.com/logout?returnTo=http%3A%2F%2Flocalhost%3A8000%2F

I've also added unit tests to prove the case.

Cheers,
Robin

@glena
Copy link
Contributor

glena commented Jun 21, 2016

Looks good :) thx

@glena glena merged commit fbc19f2 into auth0:master Jun 21, 2016
@glena
Copy link
Contributor

glena commented Jun 21, 2016

ready on 3.4.0

@robinvdvleuten robinvdvleuten deleted the logout-params-fix branch June 21, 2016 14:02
@github-actions
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants