{"id":38579959,"url":"https://github.com/splashsky/jwt","last_synced_at":"2026-01-17T08:14:57.198Z","repository":{"id":265781262,"uuid":"739643375","full_name":"splashsky/jwt","owner":"splashsky","description":"A simple, self-contained module for making and verifying JWTs using HMAC SHA256.","archived":false,"fork":false,"pushed_at":"2024-02-19T15:39:03.000Z","size":6,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T23:34:25.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://git.sharkk.net/Sky/jwt","language":"V","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/splashsky.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":"2024-01-06T05:05:46.000Z","updated_at":"2024-12-26T06:00:13.000Z","dependencies_parsed_at":"2024-11-30T22:54:41.015Z","dependency_job_id":"9501dc99-a6a7-42a8-bcc8-f6eb723c50f6","html_url":"https://github.com/splashsky/jwt","commit_stats":null,"previous_names":["splashsky/jwt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/splashsky/jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splashsky%2Fjwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splashsky%2Fjwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splashsky%2Fjwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splashsky%2Fjwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splashsky","download_url":"https://codeload.github.com/splashsky/jwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splashsky%2Fjwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: 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":[],"created_at":"2026-01-17T08:14:57.121Z","updated_at":"2026-01-17T08:14:57.185Z","avatar_url":"https://github.com/splashsky.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JWT\nA simple, self-contained module for making and verifying JWTs using HMAC SHA256. Built to be simple!\n\n## Example\n```v\nimport jwt\nimport json\n\nconst secret := \"secret-key\"\n\n// Create a new token\npayload := jwt.Payload{\n    sub: \"1234567890\",\n    ext: json.encode(/* some struct */)\n}\ntoken := jwt.Token.new(payload, secret)\nrespond_with(token.str())\n\n// Validate a token from the web\ntoken := jwt.Token.from_str(/* receive a token from the web */)\nif token.valid(secret) {\n    // do stuff\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplashsky%2Fjwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplashsky%2Fjwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplashsky%2Fjwt/lists"}