-
Notifications
You must be signed in to change notification settings - Fork 9k
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
[NFR] Support security for the Operation #2280
Comments
There is support for security, there's no support for jwt as it's not part of the spec. See #818. |
Right you are, however, without sharing the full spec, there's not much we can do to investigate. Just a |
My Security Definition {
"securityDefinitions": {
"jwt": {
"type": "apiKey",
"description": "JWT token created from POST /token",
"name": "X-AUTH-TOKEN",
"in": "header"
}
}
} Auth modal is working for me, but operation didnt require it And show that this operation is required If full spec is needed I can extract it from the project as an example to test Thanks 🍺 |
Yeah, the full spec would help, thanks. |
Hey!
From subject
Security check need to be shown in operation
Related
Open Api
examplehttps://github.com/OAI/OpenAPI-Specification/blob/49f4c8b3c01fc5180b3cd46afe4f1a7ff049eefe/schemas/v2.0/schema.json#L301
Thanks
The text was updated successfully, but these errors were encountered: