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

fix(oauth): fixes #368: do not serialize the entire user object in the url when redirecting from oauth #371

Conversation

nbrustein
Copy link
Contributor

fixes #368

ng-token-auth is not using this data, so this should be fine for anyone using ng-token-auth. It is potentially a breaking change if anyone not using ng-token-auth was relying on it, but this functionality has only been around for a few weeks, so hopefully nobody is.

@booleanbetrayal
Copy link
Collaborator

LGTM!

booleanbetrayal added a commit that referenced this pull request Sep 2, 2015
…-redirect-url

fix(oauth): fixes #368: do not serialize the entire user object in the url when redirecting from oauth
@booleanbetrayal booleanbetrayal merged commit 76da2da into lynndylanhurley:master Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

omniauth: when redirecting, user object should not be serialized into url
2 participants