-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix scope source #16
Fix scope source #16
Conversation
@rschef We thought about using the same
What if we want FieldAuthorization for one object but not ObjectAuthorization? |
We could have 3 meta options:
|
scope: :source
scope
toscope_by
in ObjectScopeAuthorization, using the returned struct as scopemeta :rule
for FieldAuthorizationscope_by
for FieldAuthorization scopingmeta :rule
for ObjectScopeAuthorizationcontext_field_authorized
):string
)