contrib
contrib copied to clipboard
🚀 [Feature]: JWT unsupport fiber v3
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.