aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2018-06-10 16:48:52 -0500
committerPaul Frazee <pfrazee@gmail.com>2018-06-10 16:48:52 -0500
commit61ac7786a514f0bf58ac65cdd0f60ef433850ff1 (patch)
tree142f2c1b56405e34182fc3417b607a1683300598
parent503cd2a75e07e6ebe5f34f8db22ae2f8708fac8e (diff)
downloaddat-deps-61ac7786a514f0bf58ac65cdd0f60ef433850ff1.tar.gz
dat-deps-61ac7786a514f0bf58ac65cdd0f60ef433850ff1.zip
Expand on motivation
-rw-r--r--proposals/0006-session-data-extension.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/0006-session-data-extension.md b/proposals/0006-session-data-extension.md
index 8d8bad4..23761fa 100644
--- a/proposals/0006-session-data-extension.md
+++ b/proposals/0006-session-data-extension.md
@@ -25,8 +25,8 @@ Applications frequently need to discover which users of the application are onli
This DEP was motivated by the need for a quick solution to these use-cases. It's expected to be a stepping stone to a more sophisticated solution. It outlines an extension message which broadcasts user and session data. The two primary use-cases considered are:
- 1. For small apps to be able to discover peers when shared. Examples include a dat-app containing an event invite, or a collaborative document. Scale would be kept small by the fact that the dat-app is only shared with friends. If too many people start showing up, the app could stop authorizing or reading their data.
- 2. For dat-apps like Cabal and Fritter to experiment with discovery policies at a larger scale. Cabal (a chat app) intended to use a HyperDB which any user can "join" as a writer and start posting to. This DEP would make it simple for Cabal to send the local keys of joining users to the owner, to be added to the "channel" HyperDB.
+ 1. For small apps to be able to discover peers' identities when shared. Examples include a dat-app containing an event invite, or a collaborative document, which want to know the identities of visitors in order to receive data from them. Scale would be kept small by the fact that the dat-app is only shared with friends. If too many people start showing up, the app could stop authorizing or reading their data. (Identity data broadcasted via this DEP should not be considered highly trust-worthy.)
+ 2. For dat-apps like Cabal to experiment with authorization policies at a larger scale. Cabal (a chat app) intended to use a HyperDB which any user can "join" as a writer and start posting to. This DEP would make it simple for Cabal to send the local keys of joining users to the owner, to be added to the "channel" HyperDB.
# Reference Documentation