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`.
This commit is contained in:
Steffen Waldmann
2022-01-21 07:40:24 +01:00
committed by Christian Georgi
parent a661fb2d45
commit e86d0dc3a2

View File

@@ -14,7 +14,7 @@
"cds": {
"requires": {
"auth": {
"strategy": "dummy"
"kind": "dummy-auth"
},
"ReviewsService": {
"kind": "odata",
@@ -51,4 +51,4 @@
}
}
}
}
}