What's the best way to persist a session across app opens? #71
Unanswered
akshatksharma
asked this question in
Q&A
Replies: 1 comment
-
Sorry: I don't know why I don't get notifications from here, so I missed this question. At this time, you can use Sorry for the mess. |
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
-
Hey all! Was wondering what was the preferred way to make it so that the user doesn't need to reauthenticate each time the app opens. Up until v0.21 I was persisting the UserSession on disk and passing that into the
ATProtoKit
initializer. However now that we only talk to the UserSession via the SessionConfiguration, this approach no longer works.Is there something else I should be doing? A bit of a noob so apologies if this question is not clear
Beta Was this translation helpful? Give feedback.
All reactions