You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I can't hash it since I need to send the original password to 2degrees. It's stored in a private sharedpreferences file (that's the default).
I'm switching to using a 2Degrees JSON api in the next major release, hopefully with that I'll be able to just store the token they give rather than the password.
You store the users password as a SharedPreference, which is simply stored on disk as a plaintext xml file.
The text was updated successfully, but these errors were encountered: