-
Notifications
You must be signed in to change notification settings - Fork 4
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
isLoggedIn incorrect after periods of inactivity #172
Comments
@JakeLo123 @alex-fusionauth have you noticed any similar problems with |
Can't say I have, although I've not used the package on a regular basis since the last version. |
OK cool, thanks anyway! @alex-fusionauth have you seen this issue before? |
I feel like diving into this further it seems to me there is an issue here where So essentially I think we are calling something where things are milliseconds to non-milliseconds.
|
isLoggedIn incorrect after periods of inactivity
Description
After the fix in #166 I thought the issue with
isLoggedIn
not being updated correctly were resolved. However, I still find cases whereisLoggedIn
is incorrectly set tofalse
.Affects package
react-sdk
Affects versions
Steps to reproduce
Note that this doesn't always reproduce the behaviour unfortunately. Sometimes the steps below trigger it, sometimes not.
isLoggedOut
isfalse
💣Expected behavior
The
isLoggedIn
flag istrue
- all the refresh calls succeeded and so the user should remain logged in.Platform
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
The text was updated successfully, but these errors were encountered: