summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-16 20:18:50 +0100
committerFlorian Dold <florian@dold.me>2021-01-16 20:18:50 +0100
commitf30c62024ff097cd116e9421d4c0583682f6eb1d (patch)
tree5f7844aba3fe6ab5eded64bf40596b001c49a089
parent32bf4830718b13067489b430030740bbed135a62 (diff)
downloaddocs-f30c62024ff097cd116e9421d4c0583682f6eb1d.tar.gz
docs-f30c62024ff097cd116e9421d4c0583682f6eb1d.tar.bz2
docs-f30c62024ff097cd116e9421d4c0583682f6eb1d.zip
libeufin: creator of facade is already implicit in auth
-rw-r--r--libeufin/api-nexus.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 50c2de36..7f083094 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -719,11 +719,6 @@ Facades
// For example, "taler-wire-gateway".
type: string;
- // Name of the user that created the facade.
- // Whenever the facade accesses a resource it is allowed to
- // access, the creator must *also* have access to that resource.
- creator: string;
-
// Bank accounts that the facade has read/write
// access to.
bankAccountsRead: string[];