Where is the best place to store auth state that would survive a system-initiated process death? For obvious reasons I would want a user to authenticate as rarely as possible. Thanks!
k
Kirill Zhukov
09/10/2023, 11:01 PM
Maybe keychain?
v
Vladimir
09/10/2023, 11:58 PM
Mind elaborating? Kinda new to jetpack and especially compose. And btw, I’m referring to user auth state (authenticated users via openID)
c
Colton Idle
09/11/2023, 1:49 AM
im assuming just going into userSettings and sharedPrefs will get the job done.
Colton Idle
09/11/2023, 1:59 AM
Kinda new to jetpack and especially compose.
nothing about storing data is compose specific as compose is a ui toolkit