docs: design for optional client-side E2E encryption (issue #39)
CI / test (pull_request) Successful in 25s
CI / docker (pull_request) Skipped

This commit is contained in:
Hermes Agent
2026-09-09 09:16:13 -05:00
parent f6c4342468
commit 2159982795
2 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ curl -X POST http://localhost:8080/api/pastes \
-d '{"content": "print(hello)", "language": "python", "expires_in": "168h"}'
```
Full API docs: [docs/API.md](docs/API.md).
Full API docs: [docs/API.md](docs/API.md). Design docs: [docs/design/](docs/design/) (currently: [client-side E2E encryption](docs/design/e2e-encryption.md), issue #39).
## CI