jsonapi icon indicating copy to clipboard operation
jsonapi copied to clipboard

Inherit authenticators from parent resource if exists.

Open pavlov99 opened this issue 10 years ago • 0 comments

If there are two resources Parent and Child, and Parent model is parent for Child model, make sure that ChildResource has ParentResourceAuthenticators authenticators by default.

It prevents security issues when it is possible to access some of Parent models through parent resource.

pavlov99 avatar Nov 21 '14 02:11 pavlov99