integreat-io / integreat

Node.js integration layer
Other
14 stars 3 forks source link

Authorize action before validating #228

Closed kjellmorten closed 1 year ago

kjellmorten commented 1 year ago

Right now, we do it in the opposite order, allowing actions without ident, e.g, to give validation errors instead of no access.

This applies to GET, SET, and DELETE.