How to refresh/refetch a session ? #1639
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am making a mobile app with capacitor, and when i do am OAuth sigin in and return to the app with deep linking, the session cookies seem to persist because after refreshing the app i get a session
Since the page doesn't initially refresh (which we wouldn't want to happen) we don't get a session. And i don't see a way with the react or vanilla js library to force a network retry to get a session.
Beta Was this translation helpful? Give feedback.
All reactions