Join Slack
Powered by
Hi everyone! I’m starting a new project and I was ...
# getting-started
c
Cristina Uroz
04/22/2022, 9:56 AM
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
Aditya Putra Pratama
04/22/2022, 10:20 AM
saving into shared preferences then encrypt wdyt?
j
Jorge Domínguez
04/22/2022, 2:13 PM
Had a similar use case for which I used EncryptedSharedPreferences
https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences
Open in Slack
Previous
Next