Changing Local Storage directory in JavaScript -


i wanted ask: there method change "localstorage" (javascript) directory? don't want store informations user in browers' file because (by me) unsafe.

so? how can change local storage directory?

no. have no access filesystem. don't ever save user's information, save auth token allows them use account. private information saved on server unless user wants browser remember passwords. more dangerous storing user's information locally , unencrypted if gave browsers access our filesystem without asking permission.


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -