You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on that note, we should also allow for each endpoint to specify security field as well, as security requirement can change on a per-endpoint basis. Right now the openAPI meta is notably missing this information
I see that in generator/paths.ts we have handling (below) for the protect field. It is unfortunately too simplistic and doesn't cover the spectrum of the spec (e.g. ability to specify oauth scope required)
Right now we allow specifying the
securitySchemes
field, but not thesecurity
field which is a top level field in the oasThe text was updated successfully, but these errors were encountered: