contrib icon indicating copy to clipboard operation
contrib copied to clipboard

🚀 [Feature]: JWT unsupport fiber v3

Open soullol opened this issue 8 months ago • 5 comments

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:

  • [x] I agree to follow Fiber's Code of Conduct.
  • [X] I have checked for existing issues that describe my suggestion prior to opening this one.
  • [X] I understand that improperly formatted feature requests may be closed without explanation.

soullol avatar May 30 '24 07:05 soullol