aerogramme.deuxfleurs.fr/content/documentation/design/_index.md

20 lines
450 B
Markdown
Raw Normal View History

2023-06-02 10:39:25 +00:00
+++
2024-01-22 11:03:09 +00:00
title = "Concepts"
2023-06-02 10:39:25 +00:00
weight = 40
sort_by = "weight"
template = "documentation.html"
+++
2024-01-22 17:05:49 +00:00
## Goals
## Main concepts
2024-01-22 11:03:09 +00:00
[Per-user encryption](@/documentation/design/per-user-encryption.md) - TODO
[Unbreakable mailboxes](@/documentation/design/unbreakable-mailboxes.md) - TODO
2024-01-22 17:05:49 +00:00
**Modular design** - Login and Mailbox storage is abstracted behind an interface: multiple
implementations are thus possible.
**Micro-service** - Stateless. 12 factor app.