Login using Javascript without a backend server
P粉441076405
P粉441076405 2024-04-01 09:43:17
0
1
450

How to get and send data without backend server?

I took on a project to create a login using JavaScript. Does it make sense to create my own JSON file? Where is the data stored using localstorage?

P粉441076405
P粉441076405

reply all(1)
P粉864594965

I'm pretty sure that if you store the password on the client side without requiring authentication from the backend, the client can just search to find the password stored on its side. If you don't care about that, as far as I know you can store their data in cookies or in local storage.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!