-
Notifications
You must be signed in to change notification settings - Fork 15
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
Session auth broken #50
Labels
Bug
It doesn't do what it says it does.
Comments
This appears to be due to this change: carlos-mg89/PHPoAuthLib@f08a062 |
samwilson
added a commit
to samwilson/PHPoAuthLib
that referenced
this issue
Jul 13, 2022
In carlos-mg89@f08a062 the AbstractToken::__sleep() method was added, but it breaks serialization of request tokens (as stored in sessions). Bug: samwilson/phpflickr#50
That commit came from upstream of the fork: daviddesberg/PHPoAuthLib#584. Still not sure why it’s there. Thanks for digging in! |
0.8.15 of the PHPoAuthLib is out, and upgrading makes |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the example in
examples/get_auth_token.php
, and the web authentication failed after being redirected from Flickr with the query params. The page rendered as follows:The text was updated successfully, but these errors were encountered: