{"id":52222,"library":"gbrlsnchs-jwt-v3","title":"gbrlsnchs JWT v3","description":"Package jwt is a JSON Web Token signer, verifier and validator.","status":"active","version":"3.0.1","language":"go","source_language":null,"source_url":"https://github.com/gbrlsnchs/jwt","tags":["jwt","token","sign","verify","authentication"],"install":[{"cmd":"go get github.com/gbrlsnchs/jwt/v3","lang":"bash","label":"Install github.com/gbrlsnchs/jwt/v3"}],"dependencies":[],"imports":[{"symbol":"jwt","correct":"github.com/gbrlsnchs/jwt/v3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gbrlsnchs/jwt/v3\"\n)\n\nfunc main() {\n\tpayload := jwt.Payload{\n\t\tSubject: \"user123\",\n\t}\n\ttoken, err := jwt.Sign(payload, jwt.NewHS256([]byte(\"secret\")))\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(string(token))\n}","lang":"go","description":"Signs a JWT token with HS256."},"warnings":[],"env_vars":null,"search_vec":"'authent':19 'gbrlsnchs':1 'json':8 'jwt':2,5,15 'packag':4 'sign':17 'signer':11 'token':10,16 'v3':3 'valid':14 'verifi':12,18 'web':9","created_at":"2026-06-15T06:45:59.233474+00:00","updated_at":"2026-06-15T06:45:59.233474+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/gbrlsnchs/jwt","github":"https://github.com/gbrlsnchs/jwt","docs":"https://pkg.go.dev/github.com/gbrlsnchs/jwt/v3#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}