{"id":50441,"library":"briankassouf-jose","title":"JOSE","description":"Package jose implements helper functions and types for JWS, JWT, and JWE.","status":"active","version":"0.9.1","language":"go","source_language":null,"source_url":"https://github.com/briankassouf/jose","tags":["jose","jwt","jws","jwe","crypto"],"install":[{"cmd":"go get github.com/briankassouf/jose","lang":"bash","label":"Install github.com/briankassouf/jose"}],"dependencies":[],"imports":[{"symbol":"jose","correct":"github.com/briankassouf/jose"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/briankassouf/jose/jws\"\n)\n\nfunc main() {\n\tclaims := jws.Claims{}\n\tclaims.Set(\"sub\", \"1234567890\")\n\ttoken, err := jws.Encode(claims, nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(token)\n}","lang":"go","description":"Creates and encodes a JWS token with a subject claim."},"warnings":[],"env_vars":null,"search_vec":"'crypto':18 'function':6 'helper':5 'implement':4 'jose':1,3,14 'jwe':13,17 'jws':10,16 'jwt':11,15 'packag':2 'type':8","created_at":"2026-06-15T04:53:44.235024+00:00","updated_at":"2026-06-15T04:53:44.235024+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/briankassouf/jose","github":"https://github.com/briankassouf/jose","docs":"https://pkg.go.dev/github.com/briankassouf/jose#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","serialization"],"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}}