Encrypted local storage plugin
This commit is contained in:
parent
50b771680c
commit
cf2615bb88
4 changed files with 37 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ LocalStorage.prototype.init = function() {
|
|||
};
|
||||
|
||||
LocalStorage.prototype.setCredentials = function(email, password, opts) {
|
||||
this.email = email;
|
||||
this.password = password;
|
||||
};
|
||||
|
||||
LocalStorage.prototype.getItem = function(k,cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue