-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2, data-model redesign: complete redesign of the workflow and refactoring and redesign of the domain model of meta secret: - get rid of MetaDb(ReadDb): no need to having one more representation in memory - separate device info from vault info (UserSignature not exists anymore, and device contains key manager) - server can use device data rather than creating a fake user credentials account, which is more adequate way of doing things - no need to have an in mem representation of the database - the db structure changed in a way that data can't be queried directly from the database.
- Loading branch information
1 parent
19554cd
commit 1500120
Showing
128 changed files
with
3,990 additions
and
6,183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.