yahehe / Nancy.Swagger

Nancy plugin for generated API documentation in Swagger format.
MIT License
133 stars 60 forks source link

Security Attribute #170

Open digitalmedia34 opened 5 years ago

digitalmedia34 commented 5 years ago

Any ideas on how to do this with attributes? Is it supported

.Tag("Products") .SecurityRequirement(SecuritySchemes.ApiKey)

hopla commented 4 years ago

I have added a pull-request for this issue: #176 176