mailpile / python-passcrow

Passcrow is a system for community-assisted secure password recovery.
GNU Lesser General Public License v3.0
11 stars 0 forks source link

docs: Document the HTTP protocol and JSON objects #15

Open BjarniRunar opened 2 years ago

BjarniRunar commented 2 years ago

Things are settling down, we should be able to create docs that show how to do common Passcrow tasks using either the Python library, or low-level curl commands.

The target audience for this would be people implementing Passcrow libraries in other languages, since the crypto and recovery management is still complex enough that it's probably not great for individual apps/developers to reinvent those wheels themselves.