-
Notifications
You must be signed in to change notification settings - Fork 6
Issue #390: Implemented ResourceProviderMiddleware and added ResourceGuardInterface
#403
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
Conversation
…uardInterface Signed-off-by: alexmerlin <[email protected]>
Signed-off-by: alexmerlin <[email protected]>
|
Important Important changes in this PR:
Why an attribute instead of a service or a middleware?Because this solution reduces complexity (see GetAdminResourceHandler.php) which previously needed a service to fetch the requested entity but now it reads the entity direclty from the request and then sends it to the response factory.
Overall, this PR:
|
|
@arhimede |
Signed-off-by: alexmerlin <[email protected]>
Signed-off-by: alexmerlin <[email protected]>
No description provided.