{"id":32187343,"url":"https://github.com/codahale/u2f-clj","last_synced_at":"2025-10-22T00:08:24.518Z","repository":{"id":62431762,"uuid":"75782208","full_name":"codahale/u2f-clj","owner":"codahale","description":"A library for implementing FIDO U2F multi-factor authentication.","archived":true,"fork":false,"pushed_at":"2016-12-07T00:03:19.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T00:02:40.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codahale.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":"2016-12-06T23:57:40.000Z","updated_at":"2023-09-08T17:18:01.000Z","dependencies_parsed_at":"2022-11-01T20:46:41.087Z","dependency_job_id":null,"html_url":"https://github.com/codahale/u2f-clj","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/codahale/u2f-clj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahale%2Fu2f-clj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahale%2Fu2f-clj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahale%2Fu2f-clj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahale%2Fu2f-clj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codahale","download_url":"https://codeload.github.com/codahale/u2f-clj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahale%2Fu2f-clj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280354559,"owners_count":26316487,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"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":"2025-10-22T00:02:30.825Z","updated_at":"2025-10-22T00:08:24.509Z","avatar_url":"https://github.com/codahale.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# u2f-clj\n\nA Clojure library for implementing FIDO U2F multi-factor authentication.\n\n## Usage\n\n```clojure\n(require '[u2f-clj.core :as u2f])\n\n;; create a challenge to register a new device\n(def reg-challenge (u2f/start-registration \"https://example.com/\" []))\n\n;; register a new device given a token response\n(def device (u2f/finish-registration (:data reg-challenge) reg-response))\n\n;; create a challenge to authenticate with a registered device\n(def auth-challenge (u2f/start-authentication \"https://example.com/\" [device]))\n\n;; verify a response from the token\n(when (u2f/finish-authentication [device] (:data auth-challenge] auth-response))\n  (println \"yay\"))\n```\n\n## License\n\nCopyright © 2016 Coda Hale\n\nDistributed under the Eclipse Public License either version 1.0 or (at your\noption) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodahale%2Fu2f-clj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodahale%2Fu2f-clj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodahale%2Fu2f-clj/lists"}