Okey can some one give me a Hint on Client storage functions: https://wiki.rage.mp/index.php?title=Client-side_functions#Storage and some code? I am clueless and i think others would benefit from a example. i changed my login process by encrypting passwords using:
bcrypt.hash(pass, null, null, function(err, hash) {
and
bcrypt.compare(pass, sqlPassword, function(err, res2) {
at login.
Thanks for the Response on this Thread!
Hank