Application logs out too quickly in Firefox #128
Labels
investigation-needed
Issues requires further investigation
question
This is/seems (currently) more a question than an issue with the code.
I have cloned the repository,
npm install
ed the dependencies, andnpm start
ed the dev server.Works.
I opened the app in Firefox v107.0
I then went to the Admin 2 component, which redirects to the login page. I logged in with my Google account.
I get redirected back to the application, and for a brief moment, I can see all those details about my credentials and the information contained in the token. Works.
A short time later, about 5 seconds after logging in, I seem to get logged out and the token info vanishes too quickly for me to make sense of it.
I navigate to Admin 2 again, now it does a more or less silent refresh - no need for any user interaction.
I see info, I get logged out.
I tried to change
silentRefreshTimeout
andtimeoutFactor
inauth.config.ts
, but it's no use.In Edge, it works, so I assume this is a Firefox bug. Do you know what causes it? Is it the same issue you describe for Safari? How do I avoid this issue in my own project?
The text was updated successfully, but these errors were encountered: