koa2-swagger-ui icon indicating copy to clipboard operation
koa2-swagger-ui copied to clipboard

Swagger UI as Koa v2 middleware

Results 8 koa2-swagger-ui issues
Sort by recently updated
recently updated
newest added

When doing OAuth2 authentication from swagger-ui, the OAuth server will do user authorization and return the result to swagger (Koa) server's `/oauth2-redirect.html` endpoint. `koa2-swagger-ui` doesn't handle this endpoint, so authorization...

Hello, I've just installed [koa2-swagger-ui package via npm](https://www.npmjs.com/package/koa2-swagger-ui) and I've updated my code with the settings on the documentation, however, for some reason, it does not load the swagger.json file....

Hi, im trying to use with multiple spec files and urls defined. but it runs only one of them if i define 2 spec. is it possible to run like...

Hi, I can't find sufficient information anywhere on the internet regarding a start-to-finish fully working example of OAuth2 using Swagger-UI. I have an OAuth2 server working and when I press...

Hi, I'm using the module with a .yaml file and my documentation is online, but it only shows a white screen. I had to go back to V5.0.3 to be...

Hi, is it possible to setup Httpinterceptor for swagger?

an UI’s css should be included in library instead of using cdn, some developers have issues with downloading that content (as they are offline / some other issues)

enhancement

Hi total swagger noob here. This library works great! I was up and running in seconds! Is there any way to customize the CSS? I guess I need access to...