{"id":15992641,"url":"https://github.com/pmlopes/webauthn-wip","last_synced_at":"2026-02-13T00:05:26.856Z","repository":{"id":142726148,"uuid":"203194738","full_name":"pmlopes/webauthn-wip","owner":"pmlopes","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-10T03:29:13.000Z","size":7085,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T15:14:21.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pmlopes.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-19T14:58:52.000Z","updated_at":"2023-12-12T21:23:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed43d78f-360f-4ca4-81cb-2114ef8ec16e","html_url":"https://github.com/pmlopes/webauthn-wip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmlopes/webauthn-wip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fwebauthn-wip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fwebauthn-wip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fwebauthn-wip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fwebauthn-wip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmlopes","download_url":"https://codeload.github.com/pmlopes/webauthn-wip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fwebauthn-wip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005650,"owners_count":25206014,"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-09-07T02:00:09.463Z","response_time":67,"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":"2024-10-08T06:40:25.810Z","updated_at":"2026-02-13T00:05:26.850Z","avatar_url":"https://github.com/pmlopes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebAuthN Vert.x Demo\n\nThis is a small PoC for WebAuthN vert.x application.\n\nAll users are ephemeral as the data is stored in memory in the class `InMemoryStore`.\n\n# Development\n\nTo test on a local machine there is no need to use SSL, however to connect to the app from a different machine/device the browser credentials API requires an SSL certificate.\n\nTo create a self signed key for your IP address do the following:\n\n```\n# replace the CN with your own IP address (other than localhost) with suffix .xip.io\nkeytool -genkeypair -alias rsakey -keyalg rsa -storepass passphrase -keystore mytestkeys.jks -storetype JKS -dname \"CN=192.168.178.74.xip.io,O=Vert.x Development\"\n# convert to PKCS#12 format for compatibility reasons\nkeytool -importkeystore -srckeystore mytestkeys.jks -destkeystore mytestkeys.jks -deststoretype pkcs12\n# your new ssl certificate is on the file `mytestkeys.jks`\n```\n\nUpdate the `MainVerticle` to use this new certificate store.\n\nRemember this is a self signed certificate so it will cause warnings all over, if you want to test it fully you need a verified certificate perhaps using:\nhttps://letsencrypt.org .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmlopes%2Fwebauthn-wip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmlopes%2Fwebauthn-wip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmlopes%2Fwebauthn-wip/lists"}