Firstly, there is no OAuth or other things supported on the server side, just a normal database query by username and password.
I want to implement an Android client for a website. My questions:
- How to log in securely? with https?
- How to safely store user login information on the phone to log in without entering the next time.
- If the user performs some actions after logging in, how to behave? How to save a session? Copy and send multiple cookies, for example "jsessionid"?
source share