jsonapi
jsonapi copied to clipboard
Inherit authenticators from parent resource if exists.
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.