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

Feat/add response validation middleware #13

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

Commits on Feb 23, 2024

  1. Rename to oapi_validate_request to distinguish for file for response

    Move shared code into types and utils files
    Add proper types for context keys to get rid of linter warning
    zucchinho committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    70293cb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 15, 2024

  1. Consolidate shared code across middlewares

    Remove case for SecurityRequirementsError
    Improve test coverage
    zucchinho committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2577745 View commit details
    Browse the repository at this point in the history