thanks alot for the login panel and information, its really usefull!
isnt there one major issue with this though?
if data is stored offline, and you have a whole bunch of usernames and passwords, all are stored on a users device or browser, which means its not that secure?
You are right, its not recommenced to save the login details locally, I just used to it for the current demo implementation.
I would probably send back a request key from server to device which will be saved local DB, and request key will be send for all server request and that way we can validate each user.
The demo is not working. I have changed the username and password value to null ("") in the json.php file. Then i clicked the login button without entering any values in the input fields. It shows the same Login Failed alert. I think something is wrong. Could you please enlighten me on this Tomalex?