Skip to content

Multiple Authentication Type Support #100

@ggpwnkthx

Description

@ggpwnkthx

self._security = {security_scheme: value}

Multiple authentication types is supported by the OpenAPI spec, but this line prevents that from being possible. Changing it to the following fixes it:

self._security.update({security_scheme: value})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions