{"id":68227,"library":"gofiber-contrib-jwt","title":"Fiber JWT Middleware","description":"JWT authentication middleware for the Fiber web framework, providing token validation and user context extraction.","status":"active","version":"1.1.2","language":"go","source_language":null,"source_url":"https://github.com/gofiber/contrib","tags":["jwt","middleware","fiber","authentication","web"],"install":[{"cmd":"go get github.com/gofiber/contrib/jwt","lang":"bash","label":"Install github.com/gofiber/contrib/jwt"}],"dependencies":[],"imports":[{"symbol":"jwt","correct":"github.com/gofiber/contrib/jwt"}],"quickstart":{"code":"package main\n\nimport (\n    \"github.com/gofiber/fiber/v2\"\n    \"github.com/gofiber/contrib/jwt\"\n)\n\nfunc main() {\n    app := fiber.New()\n    app.Use(jwtware.New(jwtware.Config{\n        SigningKey: jwtware.SigningKey{Key: []byte(\"secret\")},\n    }))\n    app.Get(\"/protected\", func(c *fiber.Ctx) error {\n        return c.SendString(\"Hello, JWT!\")\n    })\n    app.Listen(\":3000\")\n}","lang":"go","description":"Minimal Fiber app with JWT middleware protecting a route."},"warnings":[],"env_vars":null,"search_vec":"'authent':5,22 'context':17 'extract':18 'fiber':1,9,21 'framework':11 'jwt':2,4,19 'middlewar':3,6,20 'provid':12 'token':13 'user':16 'valid':14 'web':10,23","created_at":"2026-06-17T17:47:06.821502+00:00","updated_at":"2026-06-17T17:47:06.821502+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gofiber/contrib","github":"https://github.com/gofiber/contrib","docs":"https://pkg.go.dev/github.com/gofiber/contrib/jwt#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}