{"id":49651373,"url":"https://github.com/bmd007/webauthn-workshop","last_synced_at":"2026-05-06T04:34:50.055Z","repository":{"id":231519470,"uuid":"779321406","full_name":"bmd007/webauthn-workshop","owner":"bmd007","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-01T13:53:25.000Z","size":13861,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-01T15:31:44.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/bmd007.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-29T15:04:53.000Z","updated_at":"2025-07-10T08:55:03.000Z","dependencies_parsed_at":"2026-03-04T15:16:36.200Z","dependency_job_id":null,"html_url":"https://github.com/bmd007/webauthn-workshop","commit_stats":null,"previous_names":["bmd007/webauthn_workshop","bmd007/webauthn-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bmd007/webauthn-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmd007%2Fwebauthn-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmd007%2Fwebauthn-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmd007%2Fwebauthn-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmd007%2Fwebauthn-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmd007","download_url":"https://codeload.github.com/bmd007/webauthn-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmd007%2Fwebauthn-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-05-06T04:34:49.159Z","updated_at":"2026-05-06T04:34:50.036Z","avatar_url":"https://github.com/bmd007.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webauthn workshop\n\nThis repository is a playground for learning how to implement a Webauthn based authentication solution. \nThe project contains a web application that allows users to register and authenticate using Webauthn. \nThe backend is built using Spring Boot.\n\n## links:\n- [https://www.w3.org/TR/webauthn-2/](https://www.w3.org/TR/webauthn-2/)\n- [Webauthn Demo](https://webauthn.io/)\n- [Webauthn Guide](https://webauthn.guide/)\n- [Webauthn - Yubikey](https://developers.yubico.com/WebAuthn/)\n- [Webauthn API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API)\n- [Webauthn google Demo](https://github.com/google/webauthndemo)\n- [https://webauthn.wtf/](https://webauthn.wtf/)\n- [https://webauthn.me/](https://webauthn.me/)\n- [Webauthn Playground](https://webauthn.passwordless.id/demos/playground.html)\n- [https://www.yubico.com/authentication-standards/webauthn/](https://www.yubico.com/authentication-standards/webauthn/)\n- [Webauthn Java Server](https://developers.yubico.com/java-webauthn-server/)\n- [Authenticators list](https://webauthn.passwordless.id/demos/authenticators.html)\n\n\n## TODO\n- [ ] Improve UI/UX.\n  - [ ] Customize the webauthn UI.\n- [ ] Upgrade to the latest version of com.yubico:webauthn-server-core and refactor accordingly.\n  - [ ] Clean up not required dependencies.\n  - [ ] Check if [attestation](webauthn-server%2Fsrc%2Fmain%2Fjava%2Fcom%2Fyubico%2Fwebauthn%2Fattestation) is actually needed to be part of this repo.\n- [ ] Understand the certificate setup of webauthn itself.\n- [ ] Understand how to recognize and limit possible authenticators.\n- [ ] Use Rsocket instead of HTTP.\n- [ ] Try wehauthn4j and compare.\n  - [ ] Even add spring security to the mix\n    -  [ ] Is there a reactive spring security started available?\n- [ ] Add Flutter client.\n- [ ] Add a pure HTML/JS client\n- [ ] Contribute to the com.yubico:webauthn-server-core project and suggest improvements regarding use of optional.\n- [ ] Dockerization of the project.\n- [ ] Backend in other languages?\n- [ ] Add a Github action to build the components on master\n\n## Requirements\n- Java 23 (requires JAVA_HOME to be set\n- node 18.17\n- npm 10\n\n# Local development setup:\n## certification\n```shell\necho '127.0.0.1 local.bmd007.github.io' | sudo tee -a /etc/hosts\nbrew install mkcert\nmkcert -install\ncd react_app/ssl/generated\nmkcert local.bmd007.github.io '*.local.bmd007.github.io' localhost 127.0.0.1 ::1\n\n#Enter 'password' for the password of keystore, as input for the following command:\nopenssl pkcs12 -export -in local.bmd007.github.io+4.pem -inkey local.bmd007.github.io+4-key.pem -out keystore.p12 -name localdev\n\ncp keystore.p12 ../../../webauthn-server/src/main/resources/ssl/generated\ncp keystore.p12 ../../../webauthn-server-webauthn4j/src/main/resources/ssl/generated\n```\n\n## Starting the applications\n```shell\n# ports 8080, 9090 and 3000 should be free !\ncd webauthn-server \u0026\u0026 ./gradlew bootRun\n#cd webauthn-server-webauthn4j \u0026\u0026 ./gradlew bootRun\ncd ..\ncd react_app \u0026\u0026 npm start\n```\nopen [https://local.bmd007.github.io:3000](https://local.bmd007.github.io:3000) in browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmd007%2Fwebauthn-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmd007%2Fwebauthn-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmd007%2Fwebauthn-workshop/lists"}