swagger
swagger copied to clipboard
🧬 fiber middleware to automatically generate RESTful API documentation with Swagger
I need guidance on how to implement Bearer Authentication in the Swagger documentation for our Fiber middleware. Specifically, I'm unsure about what values to provide for the `PreauthorizeApiKey` field in...
Without the change I've made there is a default margin on the body, or maybe its padding I didn't really check, the point is there is a gap between the...
Hi, [Swag](https://github.com/swaggo/swag) has a v2 in beta, where they support swagger 3.1. I believe that this library does not work properly with swag v2. Are you planning to support swag...
Is there any ways to use gofiber swagger with v3? I don't want to downgrade from this version because have a lot of codebase but I also don't understand how...
In UI/UX there is a philosophie, that you never work totally bright nor dark colors. They dimm the color always a bit. I would suggest to do the same with...
Hello! Using `v2.52.6` fiber and `v1.1.1` swagger For some reason if user will not provide anything in the Password field of the BasicAuth password will be set to `undefined` which...
Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.23.0 to 0.33.0 Commits dfc720d go.mod: update golang.org/x dependencies 8e66b04 html: use strings.EqualFold instead of lowering ourselves b935f7b html:...
Currently the path prefix is [derived from the `X-Forwarded-Prefix` HTTP header](https://github.com/gofiber/swagger/blob/e2d9e9916d8809e8b23c4365f8acfbbd8a71c4cd/swagger.go#L79) of the first request only and then applied to every subsequent request (see [here](https://github.com/gofiber/swagger/blob/e2d9e9916d8809e8b23c4365f8acfbbd8a71c4cd/swagger.go#L42-L49)). The header may be specified...
When exposing the swagger GUI under a path prefix using a reverse-proxy that sends the `X-Forwarded-Prefix` HTTP request header (which is [already honoured when building the redirect URL](https://github.com/gofiber/swagger/blob/e2d9e9916d8809e8b23c4365f8acfbbd8a71c4cd/swagger.go#L79)) one cannot...
Here are the changes: - v3 drops support for the file system middleware, it is now changed to the [Static Middleware](https://docs.gofiber.io/next/middleware/static/). ([Specified Here](https://docs.gofiber.io/next/whats_new/#filesystem)). - v3 Handler callbacks now needs non-pointer...