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

[Feature] [OpenAPI] Support OpenAPI 3 securitySchemes #1725

Merged
merged 8 commits into from Nov 1, 2019

Commits on Oct 12, 2019

  1. feat(openapi): Fix parseDocument return type

    Elias Meire committed Oct 12, 2019
    Copy the full SHA
    5fd39c0 View commit details
    Browse the repository at this point in the history
  2. feat(openapi): Add support for apiKey and http security

    Add support for apiKey and http security in OpenAPI 3 parser
    Elias Meire committed Oct 12, 2019
    Copy the full SHA
    3dd92c5 View commit details
    Browse the repository at this point in the history
  3. feat(openapi): Add env variables for OpenAPI security

    Elias Meire committed Oct 12, 2019
    Copy the full SHA
    1653ce6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a240544 View commit details
    Browse the repository at this point in the history
  5. feat(openapi): Add/adapt test fixtures

    Elias Meire committed Oct 12, 2019
    Copy the full SHA
    84c5a3f View commit details
    Browse the repository at this point in the history
  6. feat(openapi): Improve Cookie formatting

    Elias Meire committed Oct 12, 2019
    Copy the full SHA
    f34a316 View commit details
    Browse the repository at this point in the history
  7. Empty commit; trigger CI

    Elias Meire committed Oct 12, 2019
    Copy the full SHA
    2f752cc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. feat(openapi): Add type basic to auth

    Elias Meire committed Nov 1, 2019
    Copy the full SHA
    23f7378 View commit details
    Browse the repository at this point in the history