Hey guys, I need help. I am new to kotlin, what is...
# android
e
Hey guys, I need help. I am new to kotlin, what is the best way to store authentication token for a user in an app.
😶 6
b
I usually just use Shared Preferences. But it depends on how secure the token needs to be.
👍 1
d
Use Kotlin
h
You can use Shared Preferences or data store and encrypt it using android encryption library to secure your auth token.
👍 1