{"id":50303,"library":"dvsekhvalnov-jose2go","title":"JOSE (JSON Object Signing and Encryption) Library","description":"Package jose provides high-level functions for producing and consuming JSON Web Tokens using the JOSE specification.","status":"active","version":"1.8.0","language":"go","source_language":null,"source_url":"https://github.com/dvsekhvalnov/jose2go","tags":["jwt","jose","signing","encryption","tokens"],"install":[{"cmd":"go get github.com/dvsekhvalnov/jose2go","lang":"bash","label":"Install github.com/dvsekhvalnov/jose2go"}],"dependencies":[],"imports":[{"symbol":"jose","correct":"github.com/dvsekhvalnov/jose2go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dvsekhvalnov/jose2go\"\n)\n\nfunc main() {\n\ttoken, err := jose.Sign(\"payload\", jose.RS256, \"key\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(token)\n}","lang":"go","description":"Sign a JWT using RS256"},"warnings":[{"fix":"Refer to the documentation for key types and signing algorithms.","message":"The package uses a non-standard API for JWT operations; ensure you understand the key format.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'consum':18 'encrypt':6,29 'function':14 'high':12 'high-level':11 'jose':1,9,24,27 'json':2,19 'jwt':26 'level':13 'librari':7 'object':3 'packag':8 'produc':16 'provid':10 'sign':4,28 'specif':25 'token':21,30 'use':22 'web':20","created_at":"2026-06-15T04:48:08.961231+00:00","updated_at":"2026-06-15T04:48:08.961231+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/dvsekhvalnov/jose2go","github":"https://github.com/dvsekhvalnov/jose2go","docs":"https://pkg.go.dev/github.com/dvsekhvalnov/jose2go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","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}}