You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change implements a __sleep() method but as a result, anything other than the accessToken is not serialised. This means data such as the token lifetime or any extra params relating to the token are no longer persisted.
The PR it belongs to suggests it was PHP 8 related but I'm not sure why. What was the reasoning for this change?
The text was updated successfully, but these errors were encountered:
aakifn
added a commit
to xenforo-ltd/PHPoAuthLib
that referenced
this issue
Dec 29, 2021
This change implements a
__sleep()
method but as a result, anything other than theaccessToken
is not serialised. This means data such as the token lifetime or any extra params relating to the token are no longer persisted.The PR it belongs to suggests it was PHP 8 related but I'm not sure why. What was the reasoning for this change?
The text was updated successfully, but these errors were encountered: