yuka1984 / azure-functions-extensions-swashbuckle

MIT License
33 stars 29 forks source link

Feature Request: Authentication in SwaggerUI #27

Open stephanruhland opened 4 years ago

stephanruhland commented 4 years ago

Hi yuka1984, is it possible to integrate authentication into the SwaggerUI?

See Swagger documentation here: https://swagger.io/docs/specification/authentication/

Kind regards

dk-mushiyoke commented 4 years ago

@stephanruhland

43 should address this for you, feel free to checkout my fork. The link you have provided is for openapi 3.0 which is not supported by the current swashbuckle version (4.x) used in this repo, it should work fine with openapi 2.0 standard.