taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f30c62024ff097cd116e9421d4c0583682f6eb1d
parent 32bf4830718b13067489b430030740bbed135a62
Author: Florian Dold <florian@dold.me>
Date:   Sat, 16 Jan 2021 20:18:50 +0100

libeufin: creator of facade is already implicit in auth

Diffstat:
Mlibeufin/api-nexus.rst | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git 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[];