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

Offline cache support #59

Open
sjlouder opened this issue Apr 21, 2021 · 0 comments
Open

Offline cache support #59

sjlouder opened this issue Apr 21, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@sjlouder
Copy link
Owner

sjlouder commented Apr 21, 2021

Support saving blob returned from Lastpass server to disk, and populating the vault by parsing the file.

Vault parsing logic will be extracted from Sync-Lastpass folder. Modify Connect-Lastpass to include an -Offline parameter that will skip calling Sync-Lastpass and instead parse the local cache. If the local cache does not exist, Connect-Lastpass will throw an error.

File location: Module directory? Should be a per-user directory

New config: [Bool] Automatically save local cache
default: true

Depends on #60

@sjlouder sjlouder added the enhancement New feature or request label Apr 21, 2021
@sjlouder sjlouder added this to the 1.0 milestone Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant