Skip to content
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

Only in Production and SSR: Opening site from a new tab logs out the user if their access token is expired (does NOT attempt to refresh) #1121

Closed
MohammadKhalaji opened this issue Apr 12, 2021 · 4 comments
Labels

Comments

@MohammadKhalaji
Copy link

MohammadKhalaji commented Apr 12, 2021

No description provided.

@bsor-dev
Copy link

bsor-dev commented Apr 21, 2021

Same issue only happens in production universal, did you find solution @MohammadKhalaji ? I doubt cookies not properly set, in my case only happens when I tried social auth. In my cookies it still auth.strategy: local instead of google.

@MohammadKhalaji
Copy link
Author

MohammadKhalaji commented Apr 22, 2021

Same issue only happens in production universal, did you find solution @MohammadKhalaji ? I doubt cookies not properly set, in my case only happens when I tried social auth. In my cookies it still auth.strategy: local instead of google.

Disabling both refresh token rotation and blacklisting did the trick for me. But I only look at it as a temporary workaround and I'm still waiting for a fix.

@bmulholland
Copy link
Contributor

What auth module version does this happen on? Can you please provide a repro?

@bmulholland
Copy link
Contributor

Oh, it's SSR. See #1197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants