diff options
author | Florian Dold <florian@dold.me> | 2021-01-16 20:18:50 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-16 20:18:50 +0100 |
commit | f30c62024ff097cd116e9421d4c0583682f6eb1d (patch) | |
tree | 5f7844aba3fe6ab5eded64bf40596b001c49a089 | |
parent | 32bf4830718b13067489b430030740bbed135a62 (diff) | |
download | docs-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.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 50c2de3..7f08309 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[]; |