Add support for optional authorizations for OpenAPI #935
Closed
m0uka
started this conversation in
Feature Requests
Replies: 3 comments
-
Hey @m0uka, you're right, thanks for your feedback. We’ll take a look and keep you updated |
Beta Was this translation helpful? Give feedback.
0 replies
-
@m0uka A fix has been merged #3128 Don’t hesitate to share any additional thoughts or suggestions :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the fast fix! Exactly what I needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, just checked out your latest OpenAPI update, and it looks great!
One thing is bugging me though:
You don't support optional authorizations - an empty security object entry should signify that the authorization is optional, see OAI/OpenAPI-Specification#14 (comment)
Right now for this schema, authorization is required, but it should be optional:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions