{"id":13626629,"url":"https://github.com/leroycep/zig-jwt","last_synced_at":"2026-06-10T13:02:14.363Z","repository":{"id":45275182,"uuid":"366304398","full_name":"leroycep/zig-jwt","owner":"leroycep","description":"JSON Web Tokens for Zig","archived":false,"fork":false,"pushed_at":"2025-08-21T18:07:06.000Z","size":51,"stargazers_count":40,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T19:24:37.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leroycep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-11T08:08:21.000Z","updated_at":"2025-09-28T15:35:49.000Z","dependencies_parsed_at":"2024-11-08T16:35:31.343Z","dependency_job_id":"859c0503-ed26-4d00-adcb-9548abf5c5ab","html_url":"https://github.com/leroycep/zig-jwt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leroycep/zig-jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Fzig-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Fzig-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Fzig-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Fzig-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leroycep","download_url":"https://codeload.github.com/leroycep/zig-jwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leroycep%2Fzig-jwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34153483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-08-01T21:02:25.242Z","updated_at":"2026-06-10T13:02:14.345Z","avatar_url":"https://github.com/leroycep.png","language":"Zig","funding_links":[],"categories":["Zig","Network \u0026 Web"],"sub_categories":["Web Framework"],"readme":"# JSON Web Tokens\n\nThis library implement signing and verification of [JSON Web Tokens][], or JWTs,\nbased on [RFC 7159][].\n\n[json web tokens]: https://jwt.io/\n[rfc 7159]: https://datatracker.ietf.org/doc/html/rfc7519\n\n## Features\n\n-   [x] [JWS][] tokens\n-   [ ] [JWE][] tokens\n-   [x] Sign\n-   [x] Verify\n-   [ ] iss check\n-   [ ] sub check\n-   [ ] aud check\n-   [ ] exp check\n-   [ ] nbf check\n-   [ ] iat check\n-   [ ] jti check\n-   [ ] typ check\n\n[JWS]: https://datatracker.ietf.org/doc/html/rfc7515\n[JWE]: https://datatracker.ietf.org/doc/html/rfc7516\n\nEncryption algorithms:\n\n-   [x] HS256\n-   [x] HS384\n-   [x] HS512\n-   [ ] PS256\n-   [ ] PS384\n-   [ ] PS512\n-   [ ] RS256\n-   [ ] RS384\n-   [ ] RS512\n-   [ ] ES256\n-   [ ] ES256K\n-   [ ] ES384\n-   [ ] ES512\n-   [ ] EdDSA\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleroycep%2Fzig-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleroycep%2Fzig-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleroycep%2Fzig-jwt/lists"}