gofiber / contrib

🧬 Repository for third party middlewares with dependencies
https://docs.gofiber.io/contrib/
MIT License
218 stars 115 forks source link

🚀 [Feature]: JWT unsupport fiber v3 #1117

Open soullol opened 4 months ago

soullol commented 4 months ago

Feature Description

current can't upgrade to fiber v3, please update the JWT for fiber v3.

Additional Context (optional)

No response

Code Snippet (optional)

package main

import "github.com/gofiber/fiber/v3"
import "github.com/gofiber/contrib/jwt"

func main() {
  // Steps to reproduce
}

Checklist:

ReneWerner87 commented 4 months ago

Sure we will update in a few weeks when v3 is stable

leessmin commented 3 months ago

Sure we will update in a few weeks when v3 is stable Will websocket be updated as well, I'm having a hard time with the next version of v3 not being able to use websocket.

gaby commented 3 months ago

@leessmin All the contrib middlewares will be updated together for v3

measproem commented 3 months ago

@leessmin All the contrib middlewares will be updated together for v3

Thanks for the information on fiberi18n, JWT, and WebSocket. These are really important middelwares. I hope to see version 3 stable soon.

conioX commented 3 months ago

any info guys?

bamboo512 commented 21 hours ago

Waiting for update