15 lines
592 B
Markdown
Raw Normal View History

2020-06-16 17:58:11 -07:00
### Security
2020-03-23 03:58:07 +00:00
2020-06-16 17:58:11 -07:00
Designing for public communication requires less focus on privacy than more intimate social applications. However, privacy for user metadata is still important, and private direct messaging is a feature that may need to be supported.
2020-03-23 03:58:07 +00:00
2020-06-16 17:58:11 -07:00
Some e2e messaging encryption options:
2020-03-23 03:58:07 +00:00
2020-06-16 17:58:11 -07:00
- Noise protocol
- [Messaging Layer Security (MLS)](https://messaginglayersecurity.rocks/)
2020-03-23 03:58:07 +00:00
2020-06-16 17:58:11 -07:00
### Access Control
There may be a need for different levels of access to user data - for example, to create read-only applications, paywall, or private sharing.
2020-06-09 20:40:20 -07:00
Object capability security authorization system