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

Support AuthorizationHandlers on OpenAPI Operations #2285

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2022

  1. Support AuthorizationHandlers on OpenAPI Operations

    When attempting to register an AuthorizationHandler on an Operation
    within the OpenAPI3RouterBuilder the resultant router will fail to build
    because the AuthZ handler is registered after the generated validation
    handler.
    
    Adding the ability to register AuthorizationHandlers on an Operation.
    All handlers added using the new authorizationHandler method will be
    registered after the security handlers but before the validation and
    user handlers.
    ikstewa committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    aaf0594 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    536e39d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    8261bbc View commit details
    Browse the repository at this point in the history