java - Securely Check If User Is Logged In -
question: secure method of storing , checking if user 'logged in' application.
i building personal finance application security important.
is storing key->value pair in sharedpreferences such loggedin->true secure enough? (my intuition tells me no).
could please point me in right direction?
much appreciated!
Comments
Post a Comment