-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Twitter OAuth always throughs CookieOverflow #145
Comments
Thanks @mkhatib - I'll look into this ASAP. |
I went with the suggestion of removing the
Maybe there's a more future-proof solution, but this did the trick. |
@tbloncar - if you send me a PR with that fix I'll merge it right away. |
@lynndylanhurley Will do this evening. Thanks. |
Ignore 'extra' in Twitter auth response to avoid CookieOverflow. Fixes #145.
👍 💃 thank you guys for getting this in! Will try it as soon as possible and report back! |
Thanks @mkhatib! I'll cut a release later tonight, and I'll post a note here when it's up. |
I've tried to fix this up and a lot of what I read online suggests to either not use cookies for the session storage or to remove some attributes from the auth response from twitter which has extra parameter which seems to be too big to store.
The text was updated successfully, but these errors were encountered: