avo
avo copied to clipboard
Fix `config.implicit_authorization = true` when no authorization client is configured.
Context
When config.implicit_authorization = true
is set but no actual auth configured has_many tables are missing from the parent record view.
config.implicit_authorization = true
should not have any impact when authorization is not configured.