{"id":16985256,"url":"https://github.com/malcolmstill/biscuit-zig","last_synced_at":"2026-02-03T04:04:48.814Z","repository":{"id":243968034,"uuid":"697533458","full_name":"malcolmstill/biscuit-zig","owner":"malcolmstill","description":"Biscuit implementation for zig","archived":false,"fork":false,"pushed_at":"2024-06-12T00:55:54.000Z","size":143,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T12:48:58.257Z","etag":null,"topics":["zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malcolmstill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-09-27T23:45:58.000Z","updated_at":"2024-11-16T15:02:57.000Z","dependencies_parsed_at":"2024-06-12T09:09:02.133Z","dependency_job_id":"84e1aa4c-2c2a-4a7d-81a0-7931499d0498","html_url":"https://github.com/malcolmstill/biscuit-zig","commit_stats":null,"previous_names":["malcolmstill/biscuit-zig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malcolmstill/biscuit-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcolmstill%2Fbiscuit-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcolmstill%2Fbiscuit-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcolmstill%2Fbiscuit-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcolmstill%2Fbiscuit-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malcolmstill","download_url":"https://codeload.github.com/malcolmstill/biscuit-zig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malcolmstill%2Fbiscuit-zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29032017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["zig","zig-package"],"created_at":"2024-10-14T02:43:03.664Z","updated_at":"2026-02-03T04:04:48.800Z","avatar_url":"https://github.com/malcolmstill.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# biscuit-zig\n\n\u003e [!WARNING]\n\u003e The implementation is WIP and should not be used in production\n\nZig implementation of https://www.biscuitsec.org/\n\n## Usage\n\n### Authorizing a token\n\n```zig\nvar biscuit = try Biscuit.fromBytes(allocator, token, root_public_key);\ndefer biscuit.deinit();\n\nvar authorizer = try biscuit.authorizer();\ndefer authorizer.deinit();\n\nvar errors = std.ArrayList(AuthorizerError).init(allocator);\ndefer errors.deinit();\n\ntry authorizer.authorize(\u0026errors);\n```\n\n### Attenuating a token\n\n```zig\nvar biscuit = try Biscuit.fromBytes(allocator, token, root_public_key);\ndefer biscuit.deinit();\n\nvar authorizer = try biscuit.authorizer();\ndefer authorizer.deinit();\n\nvar errors = std.ArrayList(AuthorizerError).init(allocator);\ndefer errors.deinit();\n\ntry authorizer.authorize(\u0026errors);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalcolmstill%2Fbiscuit-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalcolmstill%2Fbiscuit-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalcolmstill%2Fbiscuit-zig/lists"}