pouch-vue
pouch-vue copied to clipboard
Excryption
Ho can you encrypt / decrypt data before and after saving using pouch-vue?
Thanks
this is a pouchdb question. look at https://github.com/calvinmetcalf/crypto-pouch
and pouch-vue let you pass de db object in the constructor
this is a pouchdb question. look at https://github.com/calvinmetcalf/crypto-pouch
and pouch-vue let you pass de db object in the constructor
I tried this and got errors while passing it to Pouch Vue. Can you show me an example?
Crypto-pouch causes the error - 'pouch is not a constructor'. when i pass the db object to pouch-vue. Can anyone help me with this?