[Android] User session between the app and a service #714
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
By default, the session gets loaded in when the app starts (and automatic session refresh gets started) and gets cleared when the app switches to the background. This is done to prevent expired sessions being still loaded in when coming back from background. You could disable this behavior via |
Beta Was this translation helpful? Give feedback.
Maybe just using
Auth#loadFromStorage()
could also work