You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authorizes most operations, still excluding some relationship operations.
Allows for a custom authorizer class, that ties together the operations with an authorization mechanism.
The default authorizer uses Pundit, and aims to create a sensible mapping from JSONAPI operations to Pundit default actions (show?, update? etc).
Has jsonapi-resources dependency locked to v0.7.0. We currently rely on a lot of internal methods and deemed it likely that other versions would break.