i am new for html5 and web designing….
My html form contains username and password textfields.
Can i store username and passwords are localstore(client-side store) ?
thanks..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Currently only strings are supported.
You could store your username and password using
and retrieve them using just
an alternative is to create a credentials object like this:
since this is an object, jo have to stringify it in order to store it in localstorage
and to retrieve