You stored accesss token in sharedprefrances not in datastore, WHY? #134
Answered
by
PatilShreyas
mohamedebrahim96
asked this question in
noty-android (Android Questions)
-
Beta Was this translation helpful? Give feedback.
Answered by
PatilShreyas
Feb 22, 2021
Replies: 1 comment 1 reply
-
@mohamedebrahim96 good question. So we have used |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mohamedebrahim96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mohamedebrahim96 good question. So we have used
EncryptedSharedPreference
which allows us to store key and value pairs that can't be easily decrypted by penetrating. That's the main reason behind this.