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

security not parsing "none" #492

Closed
Daxten opened this issue Jul 25, 2017 · 2 comments
Closed

security not parsing "none" #492

Daxten opened this issue Jul 25, 2017 · 2 comments
Assignees
Labels

Comments

@Daxten
Copy link

Daxten commented Jul 25, 2017

see OAI/OpenAPI-Specification#14 (comment)

empty security object is not getting parsed

"security": [
  {},
  {"oauth": […]},
  {"token-1": []},
  {"token-2": []}
]

parsed has only 3 elements

@gracekarina
Copy link
Contributor

Hi @Daxten, Thanks for the report, please checkout if this fixes the issue in branch 2.0

@gracekarina
Copy link
Contributor

Hi, @Daxten please let us know if it's still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants