Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep items in local IndexedDb after signOut #889

Open
PiTomar opened this issue Oct 31, 2019 · 3 comments
Open

Keep items in local IndexedDb after signOut #889

PiTomar opened this issue Oct 31, 2019 · 3 comments

Comments

@PiTomar
Copy link

PiTomar commented Oct 31, 2019

Hello, when I’m connected/synced to the hoodie backend and do a signOut, all local items are removed from the indexedDb. Is there a way to keep them even after a signOut?
(I would like to keep them offline and just resync on next connection)

Thanks nad kind regards.

@gr2m
Copy link
Member

gr2m commented Oct 31, 2019

I agree that it would be nice to keep the data locally after signOut, but it would need to be safely encrypted for security reasons and then decrypted on login. we have an open issue on that somewhere. It's currently not possible, because it's not trivial.

@PiTomar
Copy link
Author

PiTomar commented Nov 1, 2019

Could this encryption be done with something like the hoodie-plugin-store-crypto?https://github.com/Terreii/hoodie-plugin-store-crypto

@gr2m
Copy link
Member

gr2m commented Nov 1, 2019

Maybe, I didn't look into it myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants