summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--architecture.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/architecture.mdwn b/architecture.mdwn
index 5d6f07c..a071214 100644
--- a/architecture.mdwn
+++ b/architecture.mdwn
@@ -81,7 +81,7 @@ A subject resource has the following fields:
The subject resource does not have any data that isn't needed for
end-user identification. Effiapi manages and Qvisqve uses the subject
-resource.
+resource. Effiapi does not expose it via its own API.
## Password resource
@@ -98,7 +98,8 @@ A password resource has the following fields:
* `r` — parameter for scrypt
* `p` — parameter for scrypt
-Effiapi manages and Qvisqve uses the password resource.
+Effiapi manages and Qvisqve uses the password resource. Effiapi does
+not expose it via its own API.
## Member resource (memb)
@@ -112,5 +113,5 @@ A membership resource has the following fields:
* `years-paid` — list of integers for the years for which the
member has paid their membership
-Effiapi manages and uses the memb resource. Effiweb renders it for the
-user.
+Effiapi manages and uses the memb resource, and exposes it via its own
+API. Effiweb renders it for the user.