Currently local-vault is a front end asset as it makes use of window.localStorage. Ideally we want to extend the package's functionality to exist in the node world either by...
- adding node-localstorage as a dependency
- creating a class to handle writing
json to the file system
Currently
local-vaultis a front end asset as it makes use ofwindow.localStorage. Ideally we want to extend the package's functionality to exist in thenodeworld either by...jsonto the file system