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

Error: User Token doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$] #78

Open
DarthDobber opened this issue Apr 6, 2022 · 0 comments
Labels
incomplete We need more information.

Comments

@DarthDobber
Copy link

DarthDobber commented Apr 6, 2022

Here is the User Token section from the Swagger.json I am attempting to load.

    "securitySchemes": {
      "User Token": {
        "type": "http",
        "description": "Enter User Token **_only_**",
        "scheme": "bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "security": [
    {
      "User Token": [ ]
    }
  ]
}
@aress31 aress31 added the incomplete We need more information. label Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incomplete We need more information.
Projects
None yet
Development

No branches or pull requests

2 participants