I would like to add a login page to log into my website from my app but I'm just not sure where to begin. What I'm wanting is to have a view in my app with fields for username and password and a Login button. Obviously it would need to talk to the web server to verify the credentials. If it succeeds, it will take the user to another view with info loaded from their account on the website. It would be similar to banking apps where you log in and then see your account info.
Can anyone point me to any tutorials or provide me with any advice or info on how to go about accomplishing this? I'm just not quite sure where to begin with it.
Can anyone point me to any tutorials or provide me with any advice or info on how to go about accomplishing this? I'm just not quite sure where to begin with it.