{"id":53321,"library":"gofiber-jwt-v3","title":"Fiber JWT Middleware","description":"JWT middleware for the Fiber web framework, providing authentication via JSON Web Tokens.","status":"active","version":"3.3.10","language":"go","source_language":null,"source_url":"https://github.com/gofiber/jwt","tags":["jwt","middleware","fiber","authentication","web"],"install":[{"cmd":"go get github.com/gofiber/jwt/v3","lang":"bash","label":"Install github.com/gofiber/jwt/v3"}],"dependencies":[],"imports":[{"symbol":"jwt","correct":"github.com/gofiber/jwt/v3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/gofiber/fiber/v2\"\n\tjwtware \"github.com/gofiber/jwt/v3\"\n)\n\nfunc main() {\n\tapp := fiber.New()\n\n\tapp.Use(jwtware.New(jwtware.Config{\n\t\tSigningKey: []byte(\"secret\"),\n\t}))\n\n\tapp.Get(\"/protected\", func(c *fiber.Ctx) error {\n\t\treturn c.SendString(\"Protected route\")\n\t})\n\n\tapp.Listen(\":3000\")\n}","lang":"go","description":"Minimal Fiber app with JWT middleware protecting a route."},"warnings":[],"env_vars":null,"search_vec":"'authent':12,20 'fiber':1,8,19 'framework':10 'json':14 'jwt':2,4,17 'middlewar':3,5,18 'provid':11 'token':16 'via':13 'web':9,15,21","created_at":"2026-06-15T07:35:35.648430+00:00","updated_at":"2026-06-15T07:35:35.648430+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/jwt","github":"https://github.com/gofiber/jwt","docs":"https://pkg.go.dev/github.com/gofiber/jwt/v3#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-15","next_check":"2026-12-12","install_tag":null}}