Hi everyone! I’m starting a new project and I was ...
# getting-started
c
Hi everyone! I’m starting a new project and I was wondering which is the best practice to store an authentication token after a log in to use it in other api calls. Do you have any recommendations?
a
saving into shared preferences then encrypt wdyt?
j
Had a similar use case for which I used EncryptedSharedPreferences https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences