Skip to content

Question: Does this tool provide security schemes? #11

Description

@inuyasha82

I.e. if i have authenticated API, that uses JWT token, is there a way to have it enabled using apiman?

{
  "openapi": "3.0.1",
  "info": {
    "title": "Example app",
    "description": "Application home page",
    "version": "v2"
  },
  "securitySchemes": {
      "JWT": {
        "type": "http",
        "scheme": "bearer",
        "bearerFormat": "<JWT>"
        }
    }
}

For example having this template, can i have the authorization button on the swagger page? Like in the screenshot below?

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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