From 2ad310451b3794f0ad95950ad1f5dca4926a8382 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Dec 2018 21:01:57 +0200 Subject: Change: note which resources are exposed via effipi --- architecture.mdwn | 9 +++++---- 1 file 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. -- cgit v1.2.1