-
Notifications
You must be signed in to change notification settings - Fork 57
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
Multiple API keys supported with @Security decorator ? #51
Labels
Comments
Support for multiple |
Ok awesome ! |
@ngraef Any idea when this feature will be released ? |
@GreGosPhaTos , It is published. Version 0.0.20 |
Thanks guys !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello ! I have a quiet similiar question than here => swagger-api/swagger-codegen#5224 (comment)
And if I try to add more than one @Security() decorator at the method level I get an error "Only one Security decorator allowed in ... {method or className}".
Is there a way to add multiple apikeys in the swagger specs ?
The text was updated successfully, but these errors were encountered: