- Add account ID to
tv_config.js. - Create a new vault and update
tv_config.js. - Create a new group that grants
CRUDonVault::<created vault id>::Document::$[Owner=self]andUonUser::$[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
ConUser::andConGroup::<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.



