summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-30 21:01:57 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-30 21:01:57 +0200
commit2ad310451b3794f0ad95950ad1f5dca4926a8382 (patch)
treec3d79f90f4cbc7a041cbb39a7f5f417cc09582f6
parent611001c38333e36df94759a58bddfea6bdab5ae7 (diff)
downloadeffireg-website-2ad310451b3794f0ad95950ad1f5dca4926a8382.tar.gz
Change: note which resources are exposed via effipi
-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` &mdash; parameter for scrypt
* `p` &mdash; 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` &mdash; 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.