contrib icon indicating copy to clipboard operation
contrib copied to clipboard

🧬 Repository for third party middlewares with dependencies

Results 49 contrib issues
Sort by recently updated
recently updated
newest added

In https://github.com/gofiber/contrib/tree/main/paseto , I saw following is used > go get -u github.com/o1egl/paseto but that only support paseto v1 and v2, refer: https://paseto.io/ Paseto v3 and v4 is preferred to...

πŸ‘ Accepting PR

### Feature Description Hi everyone, Debugging websocket connection errors can be quite difficult in some scenarios and I was wondering whether it would be possible to expose the underlying `Upgrade`...

✏️ Feature

![image](https://user-images.githubusercontent.com/29559559/224698354-f8562f12-8686-4ddf-a988-e95d3a358045.png) When make a remote request to my Gofiber endpoint, it gives http.client_ip = 10.8.11.189, which is container's local ip, but in Rust version of opentelemetry, used with Actix Web,...

πŸ’‘ Help wanted
πŸ€” Question
πŸ‘ Accepting PR

Hi, are there any changes needs to be done to read the telemetry baggage? so we would have full flow between services? currently, if call comes to the server, from...

πŸ€” Question

### Question Description I want to use zap on my go app, but as I understand it, zap creates a Sync method, which is used to flushes the buffer into...

πŸ€” Question

### Feature Description This feature would add another option to run another type SAL (security access layer) other then opa. I am willing to do a pull request, and if...

✏️ Feature

Bumps [github.com/fasthttp/websocket](https://github.com/fasthttp/websocket) from 1.5.8 to 1.5.10. Release notes Sourced from github.com/fasthttp/websocket's releases. v1.5.10 8b9cfa6 fix: upgrade dependencies (Sergio VS) 355cba8 Merge branch 'gorilla/main' (Sergio VS) Full Changelog: https://github.com/fasthttp/websocket/compare/v1.5.9...v1.5.10 v1.5.9 42c08d8...

πŸ€– Dependencies

Bumps [github.com/fasthttp/websocket](https://github.com/fasthttp/websocket) from 1.5.8 to 1.5.9. Release notes Sourced from github.com/fasthttp/websocket's releases. v1.5.9 42c08d8 chore(ci/verify): upgrade golangci action to v5 (Sergio VS) f477bbc chore: upgrade golangci lint to v1.58.2 (Sergio...

πŸ€– Dependencies

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.2.0 What's Changed Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @​dependabot in dependabot/fetch-metadata#523 Bump actions/create-github-app-token from 1.10.0 to...

πŸ€– Dependencies

### Feature Description current can't upgrade to fiber v3, please update the JWT for fiber v3. ### Additional Context (optional) _No response_ ### Code Snippet (optional) ```go package main import...

✏️ Feature