{"id":52354,"library":"o1egl-paseto","title":"PASETO","description":"Package paseto provides a Go implementation of PASETO, a secure alternative to the JOSE standards (JWT, JWE, JWS).","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/o1egl/paseto","tags":["paseto","jwt","security","tokens"],"install":[{"cmd":"go get github.com/o1egl/paseto","lang":"bash","label":"Install github.com/o1egl/paseto"}],"dependencies":[],"imports":[{"symbol":"paseto","correct":"github.com/o1egl/paseto"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/o1egl/paseto\"\n)\n\nfunc main() {\n\tv2 := paseto.NewV2()\n\ttoken, err := v2.Encrypt([]byte(\"symmetric-key\"), \"payload\", nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(token)\n}","lang":"go","description":"Creates a PASETO v2 token using symmetric encryption."},"warnings":[{"fix":"Use paseto.NewV2() for modern PASETO tokens.","message":"Version 1.0.0 uses PASETO v1 and v2; v2 is recommended for new projects.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'altern':12 'go':6 'implement':7 'jose':15 'jwe':18 'jws':19 'jwt':17,21 'packag':2 'paseto':1,3,9,20 'provid':4 'secur':11,22 'standard':16 'token':23","created_at":"2026-06-15T06:51:33.833875+00:00","updated_at":"2026-06-15T06:51:33.833875+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/o1egl/paseto","github":"https://github.com/o1egl/paseto","docs":"https://pkg.go.dev/github.com/o1egl/paseto#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","crypto"],"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}}