Node.js: clarify instance-based auth - #2761
Conversation
|
This guide is about to be untoggled: #2759 |
is it ready? |
Yes :) |
… reject-403 - Simple static checks now also apply to collection-bound actions in Node.js (cap/cds#6570), alongside CREATE/NEW and unbound actions/functions. - Rejected Entity Selection (single-entity READ -> 404, UPDATE/DELETE -> 403) is no longer Java-only; Node.js aligns (verified in cds-compliance#46). The CAP Java version/config note is scoped to an impl-java block.
i had claude do it, but there are many Java-/ Node.js-only things that i fear will become unclear for readers... |
| entity Reviews @(restrict: [ | ||
| { grant: 'CREATE', where: '$user.level >= 2' } ]); |
There was a problem hiding this comment.
This snippet seems not correct (see build error).
No description provided.