- Add account ID to
tv_config.js
. - Create a new vault and update
tv_config.js
. - Create a new group that grants
CRUD
onVault::<created vault id>::Document::$[Owner=self]
andU
onUser::$[id=self.id]
and updatetv_config.js
. We'll call this the "todo user" group. - Create a new group (we'll call it "todo user signup") that grants
C
onUser::
andC
onGroup::<todo user group id>::GroupMembership::.*
. - Create a new user, and associate it with the "todo user signup" group.
- Generate a new API key for that user, update
tv_config.js
.
-
Notifications
You must be signed in to change notification settings - Fork 0
Example app showing how to implement user MFA with TrueVault
truevault-safe/user-mfa-sample
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example app showing how to implement user MFA with TrueVault
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published