From e86d0dc3a21db64f12cd2221c07244e28158d3db Mon Sep 17 00:00:00 2001 From: Steffen Waldmann Date: Fri, 21 Jan 2022 07:40:24 +0100 Subject: [PATCH] Use cds.requires.auth.kind instead of cds.requires.auth.strategy As recently discussed, this is the preferred version as opposed to the legacy `cds.requires.auth.strategy`. --- fiori/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fiori/package.json b/fiori/package.json index a01cff46..05b3cab8 100644 --- a/fiori/package.json +++ b/fiori/package.json @@ -14,7 +14,7 @@ "cds": { "requires": { "auth": { - "strategy": "dummy" + "kind": "dummy-auth" }, "ReviewsService": { "kind": "odata", @@ -51,4 +51,4 @@ } } } -} \ No newline at end of file +}