Skip to content
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

Check authorization in RenderableController #1946

Merged
merged 1 commit into from
Nov 19, 2022

Conversation

iljalukin
Copy link
Contributor

I would like to implement authorization possibility for Form Widgets, similar to

if (! $instance->passesAuthorization()) {
.
With that it is possible to override passesAuthorization function within widget forms to implement own authorization logic for each widget.

@jqhph jqhph merged commit 9565079 into jqhph:2.0 Nov 19, 2022
@jqhph
Copy link
Owner

jqhph commented Nov 19, 2022

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants