{"id":32180988,"url":"https://github.com/clj-pkg/jwt","last_synced_at":"2026-02-18T22:02:21.816Z","repository":{"id":62431482,"uuid":"293067527","full_name":"clj-pkg/jwt","owner":"clj-pkg","description":"The minimal implementation of JWT on Clojure","archived":false,"fork":false,"pushed_at":"2020-11-13T09:15:30.000Z","size":8,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T10:34:24.811Z","etag":null,"topics":["jwt","jwt-token"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/clj-pkg.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}},"created_at":"2020-09-05T12:03:37.000Z","updated_at":"2020-09-11T19:27:42.000Z","dependencies_parsed_at":"2022-11-01T20:46:31.520Z","dependency_job_id":null,"html_url":"https://github.com/clj-pkg/jwt","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/clj-pkg/jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-pkg%2Fjwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-pkg%2Fjwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-pkg%2Fjwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-pkg%2Fjwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clj-pkg","download_url":"https://codeload.github.com/clj-pkg/jwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clj-pkg%2Fjwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["jwt","jwt-token"],"created_at":"2025-10-21T22:02:10.909Z","updated_at":"2026-02-18T22:02:21.811Z","avatar_url":"https://github.com/clj-pkg.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clojure JWT ![Clojure CI](https://github.com/clj-pkg/jwt/workflows/Clojure%20CI/badge.svg) [![Clojars Project](https://img.shields.io/clojars/v/clj-pkg/jwt.svg)](https://clojars.org/clj-pkg/jwt)\n\nThis is a minimal implementation of JWT on Clojure inspired by Go version [robbert229/jwt](https://github.com/robbert229/jwt).\n\n## What is JWT?\nJSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. Learn more [jwt.io](https://jwt.io/).\n\n## What algorithms does it support?\n* HS256\n\n## How does it work?\n\n### Installation\n\nInclude in your project.clj\n\n![](https://clojars.org/clj-pkg/jwt/latest-version.svg)\n\n```clojure\n(require [clj-pkg.jwt :as jwt])\n```\n\n### How to create a token?\nCreating a token is actually pretty easy.\n\n```clojure\n(jwt/sign (jwt/jwt :hs256 {:a \"1\" :b \"2\"}) \"ThisIsTheSecret\")\n```\n    \n### How to validate a token?\n\n```clojure\n(jwt/verify (jwt/str-\u003ejwt valid-jwt) \"ThisIsTheSecret\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclj-pkg%2Fjwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclj-pkg%2Fjwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclj-pkg%2Fjwt/lists"}