this feature is being implemented in the [write-support branch](https://github.com/gesellix/keepass-node/tree/write-support). use cases: - [x] add a group/subgroup to the selected group - [x] add an entry to the selected group - [ ] modify an existing entry - [ ] modify an existing group - [ ] sort groups - [ ] sort entries probably necessary: - [x] authentication, preferrably using jwt. see https://github.com/auth0/angular-jwt and https://github.com/auth0/express-jwt and the blog post at https://auth0.com/blog/2014/10/01/handling-jwts-on-angular-is-finally-easier/ for possible solutions.
this feature is being implemented in the write-support branch.
use cases:
probably necessary: