-
Notifications
You must be signed in to change notification settings - Fork 3
Cloud storage of saved credentials so that they can be accessed from any supported platforms (a single database of credentials for each user) #50
Comments
Likely a sub-task of mozilla-lockwise/lockbox-extension#209 when we get that far |
@linuxwolf I've a few questions for how we think of the sync logic here:
|
This question isn't describing the problem enough, but I surmise it comes from something like the following scenario:
In this case, once the home computer Lockbox is linked to FxA and can synchronize with remote cloud storage, it starts a sync operation, and combines entries. This might result in duplicate entries if the user added the same credentials at work and at home before syncing. Resolving duplicates is something that will need to be addressed carefully, but to start keeping the duplicate entries seems the least impactful.
That is an open question still, and can be continually tuned as we move along. A document on about sync is still pending, which will describe frequency in detail, but to start I propose:
This question is too light on details; is this "disable any syncing until the user specifically asks?" and/or "provide a way for users to request a sync 'right now'?" I think the latter is important for users to feel more confident they can get their data when they want it. I think the former may have some use, but we'd have to consider why users would want to do this, and when/if to support those reasons. |
🙌 This is the case I had in mind. And this seems like the best approach.
Sure. Let's see how much of an issue this presents early on. I see some of this becoming more critical when we have importing. But in the meantime, I agree that we can proceed with keeping duplicate entries.
Awesome-sauce!
Mea culpa. I was referencing the latter. I agree that it's probably important for users to have that ability to control their access.
Yup! Sounds good. I'm going to update the description with these decisions. |
When I access Lockbox from another machine or Firefox browser instance, I want to log into my account and access all my previously saved entries, that are backed up securely in the cloud so that I have one consistent database of credentials.
Acceptance criteria
Todo
The text was updated successfully, but these errors were encountered: