{"id":20563884,"url":"https://github.com/worker-tools/webauthn-example","last_synced_at":"2025-04-14T15:06:02.995Z","repository":{"id":50442425,"uuid":"499794486","full_name":"worker-tools/webauthn-example","owner":"worker-tools","description":"Example project for password-less login through WebAuthn in Cloudflare Workers and Deno.","archived":false,"fork":false,"pushed_at":"2022-10-08T16:39:42.000Z","size":90,"stargazers_count":42,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-09T17:04:06.795Z","etag":null,"topics":["cloudflare-workers","deno","webauthn","webauthn-demo","workers"],"latest_commit_sha":null,"homepage":"https://webauthn.qwtel.workers.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/worker-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-04T10:32:24.000Z","updated_at":"2024-05-08T19:51:47.000Z","dependencies_parsed_at":"2023-01-19T15:25:35.195Z","dependency_job_id":null,"html_url":"https://github.com/worker-tools/webauthn-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker-tools%2Fwebauthn-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker-tools%2Fwebauthn-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker-tools%2Fwebauthn-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worker-tools%2Fwebauthn-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/worker-tools","download_url":"https://codeload.github.com/worker-tools/webauthn-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224874807,"owners_count":17384337,"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","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":["cloudflare-workers","deno","webauthn","webauthn-demo","workers"],"created_at":"2024-11-16T04:22:09.475Z","updated_at":"2024-11-16T04:22:09.950Z","avatar_url":"https://github.com/worker-tools.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workers WebAuthn Example\n\nExample project for passwordless login through WebAuthn in [Worker Runtimes](https://workers.js.org) built with [Worker Tools](https://workers.tools)\n\n## Usage\n### Deno\nRequires Deno 1.22 or higher.\n\n```sh\ndeno task serve\n```\n\nThis will store sessions and users in a SQLite file at the root. \n\n### Cloudflare Workers\nIf you have [Miniflare](https://miniflare.dev) installed, just run\n\n```sh\nminiflare\n```\n\nIf you have wrangler 2 or later installed, run\n\n```sh\nwrangler dev --local\n```\n\nFor running on CF Workers proper,\nget your CF `account_id` from the workers dashboard and overwrite in `wrangler.toml`.\nCreate a new KV namespace on the workers dashboard and overwrite `id` and `preview_id`:\n\n```toml\naccount_id = '...'\nkv_namespaces = [ \n  { binding = \"KV_STORAGE\", id = \"...\", preview_id = \"...\" }\n]\n```\n\nThen run\n\n```sh\nwrangler dev\n```\n\nIf you want to run on a other port than 8787, update `WORKER_LOCATION` in `wrangler.toml`, otherwise WebAuthn calls will fail.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworker-tools%2Fwebauthn-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworker-tools%2Fwebauthn-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworker-tools%2Fwebauthn-example/lists"}