serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

Implement Web API #93

Closed dcastro closed 2 years ago

dcastro commented 2 years ago

Clarification and motivation

We should expose the same functionality as the CLI via a Web API.

We can use servant for this.

Acceptance criteria

We can spin up a web server exposing same the functionality as the coffer CLI.