-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
CookieStorage: reading from state after modifying it returns previous state #67
Comments
I've made PR #68 |
dg
added a commit
that referenced
this issue
Oct 6, 2022
dg
added a commit
that referenced
this issue
Oct 6, 2022
@dg Could you tag the fix, please? |
dg
added a commit
that referenced
this issue
Oct 12, 2022
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.1.5
Bug Description
State change is not propagated.
Steps To Reproduce
Expected Behavior
$isAuthenticated
should betrue
, but isfalse
$identity
should beSimpleIdentity('abc')
, but isnull
Possible Solution
Cache identity in
saveAuthentication()
and return it ingetState()
before touching request cookie.The text was updated successfully, but these errors were encountered: