{"id":18981393,"url":"https://github.com/awncorp/zing-encoder-jwt","last_synced_at":"2026-05-18T07:32:38.487Z","repository":{"id":55503921,"uuid":"324461406","full_name":"awncorp/zing-encoder-jwt","owner":"awncorp","description":"JWT Serialization for Zing Processes","archived":false,"fork":false,"pushed_at":"2020-12-26T03:29:46.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T11:27:28.828Z","etag":null,"topics":["json","jwt","perl","perl5"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/Zing-Encoder-Jwt","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awncorp.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-26T01:33:05.000Z","updated_at":"2022-07-24T21:03:05.000Z","dependencies_parsed_at":"2022-08-15T02:00:22.465Z","dependency_job_id":null,"html_url":"https://github.com/awncorp/zing-encoder-jwt","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awncorp%2Fzing-encoder-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awncorp%2Fzing-encoder-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awncorp%2Fzing-encoder-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awncorp%2Fzing-encoder-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awncorp","download_url":"https://codeload.github.com/awncorp/zing-encoder-jwt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239985734,"owners_count":19729516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","jwt","perl","perl5"],"created_at":"2024-11-08T16:09:43.380Z","updated_at":"2025-11-11T07:02:48.791Z","avatar_url":"https://github.com/awncorp.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n\n    Zing::Encoder::Jwt - JWT Serialization Abstraction\n\nABSTRACT\n\n    JWT Data Serialization Abstraction\n\nSYNOPSIS\n\n      use Zing::Encoder::Jwt;\n    \n      my $encoder = Zing::Encoder::Jwt-\u003enew(\n        secret =\u003e '...',\n      );\n    \n      # $encoder-\u003eencode({ status =\u003e 'okay' });\n\nDESCRIPTION\n\n    This package provides a Crypt::JWT data serialization abstraction for\n    use with Zing::Store stores. The JWT encoding algorithm can be set\n    using the ZING_JWT_ALGO environment variable or the algo attribute, and\n    defaults to HS256. The JWT secret can be set using the ZING_JWT_SECRET\n    environment variable or the secret attribute.\n\nLIBRARIES\n\n    This package uses type constraints from:\n\n    Zing::Types\n\nMETHODS\n\n    This package implements the following methods:\n\n decode\n\n      decode(Str $data) : HashRef\n\n    The decode method decodes the data provided.\n\n    decode example #1\n\n        # given: synopsis\n      \n        $encoder-\u003edecode('eyJhbGciOiJIUzI1NiJ9.eyJzdGF0dXMiOiJva2F5In0.tXdQmMPi25VOJZaOySFS-hM2ofIxbyFBVTA7I-GI_lU');\n\n encode\n\n      encode(HashRef $data) : Str\n\n    The encode method encodes the data provided.\n\n    encode example #1\n\n        # given: synopsis\n      \n        $encoder-\u003eencode({ status =\u003e 'okay' });\n\nAUTHOR\n\n    Al Newkirk, awncorp@cpan.org\n\nLICENSE\n\n    Copyright (C) 2011-2019, Al Newkirk, et al.\n\n    This is free software; you can redistribute it and/or modify it under\n    the terms of the The Apache License, Version 2.0, as elucidated in the\n    \"license file\"\n    \u003chttps://github.com/iamalnewkirk/zing-encoder-jwt/blob/master/LICENSE\u003e.\n\nPROJECT\n\n    Wiki \u003chttps://github.com/iamalnewkirk/zing-encoder-jwt/wiki\u003e\n\n    Project \u003chttps://github.com/iamalnewkirk/zing-encoder-jwt\u003e\n\n    Initiatives \u003chttps://github.com/iamalnewkirk/zing-encoder-jwt/projects\u003e\n\n    Milestones\n    \u003chttps://github.com/iamalnewkirk/zing-encoder-jwt/milestones\u003e\n\n    Contributing\n    \u003chttps://github.com/iamalnewkirk/zing-encoder-jwt/blob/master/CONTRIBUTE.md\u003e\n\n    Issues \u003chttps://github.com/iamalnewkirk/zing-encoder-jwt/issues\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawncorp%2Fzing-encoder-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawncorp%2Fzing-encoder-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawncorp%2Fzing-encoder-jwt/lists"}