Open apaolino opened 6 years ago
The access token acquired in the oAuth Implicit Grant flow is saved in clear text in the SharedPreferences. It needs to be encrypted before saving it.
Since SharedPreferences data is accessible (by other apps) only on rooted devices, the resolution of this problem has been postponed.
The access token acquired in the oAuth Implicit Grant flow is saved in clear text in the SharedPreferences. It needs to be encrypted before saving it.