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

[5.2] Fix missing middleware parameters when using authorizeResource() #14592

Merged
merged 2 commits into from
Aug 4, 2016

Commits on Aug 2, 2016

  1. Fix missing middleware parameters when using authorizeResource()

    Previously, the middleware would not be applied to the create and edit methods since calling middleware() overwrites any previous definitions with a matching name.
    misenhower committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    8b55fbd View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Simulate requests in AuthorizesResourcesTest to verify that the middl…

    …eware was applied properly
    misenhower committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    2b92896 View commit details
    Browse the repository at this point in the history