Skip to content

Security doesn't appear to work #1

@kamransaleem

Description

@kamransaleem

Tried the following. appears to make no difference on the generated controller base class.

components:
  securitySchemes:
    bearerAuth:            # arbitrary name for the security scheme
      type: http
      scheme: bearer
      bearerFormat: JWT    # optional, arbitrary value for documentation purposes
    get:
      security: 
        - bearerAuth: [ ]         # use the same name as above

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