hello guys at the moment I build a mobile application in jquery mobile my idea is finish the app in jquery mobile and later compile with phone build for IOS and android now my problem is I need build a registration and login pages for the app but dont have much knowledge about this for example I want do this with the best security for users data and have the idea that will need a web server to store and validating the data that will come from the app
for example a user register in my app and the information will be sent to my web server later when the user try login, the app will verify the information for example email and password and if the user put all correct info he will get the access but now I see some tutorials and dont know how I will be doing this can anyone help me or give me some instruccions to do this? I know that jquery mobile dont work with php