{"id":26496739,"url":"https://github.com/webauthn4j/webauthn4j-ctap","last_synced_at":"2025-03-20T12:42:26.283Z","repository":{"id":270645037,"uuid":"797251129","full_name":"webauthn4j/webauthn4j-ctap","owner":"webauthn4j","description":"(experimental) WebAuthn4J CTAP is a kotlin FIDO CTAP2 library","archived":false,"fork":false,"pushed_at":"2025-03-14T18:25:34.000Z","size":9673,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-14T19:30:06.076Z","etag":null,"topics":["ctap","ctap2","fido","passkeys","webauthn"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webauthn4j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-05-07T13:35:25.000Z","updated_at":"2025-03-14T18:25:33.000Z","dependencies_parsed_at":"2025-03-14T19:25:42.186Z","dependency_job_id":"14691334-21c9-43f9-8558-aa087c760479","html_url":"https://github.com/webauthn4j/webauthn4j-ctap","commit_stats":null,"previous_names":["webauthn4j/webauthn4j-ctap"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webauthn4j%2Fwebauthn4j-ctap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webauthn4j%2Fwebauthn4j-ctap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webauthn4j%2Fwebauthn4j-ctap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webauthn4j%2Fwebauthn4j-ctap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webauthn4j","download_url":"https://codeload.github.com/webauthn4j/webauthn4j-ctap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244613295,"owners_count":20481531,"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":["ctap","ctap2","fido","passkeys","webauthn"],"created_at":"2025-03-20T12:42:25.315Z","updated_at":"2025-03-20T12:42:26.276Z","avatar_url":"https://github.com/webauthn4j.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebAuthn4J CTAP\n\n[![Actions Status](https://github.com/webauthn4j/webauthn4j-ctap/workflows/CI/badge.svg)](https://github.com/webauthn4j/webauthn4j-ctap/actions)\n\nWebAuthn4J CTAP is a Kotlin library implementing FIDO CTAP2. It can be run on OpenJDK and Android.\n\n## Getting from Maven Central\n\nIf you are using Maven, just add the webauthn4j-ctap as a dependency:\n\n```xml\n\u003cproperties\u003e\n  ...\n  \u003c!-- Use the latest version whenever possible. --\u003e\n  \u003cwebauthn4jctap.version\u003e0.1.1.RELEASE\u003c/webauthn4jctap.version\u003e\n  ...\n\u003c/properties\u003e\n\n\u003cdependencies\u003e\n  ...\n  \u003c!-- Ctap Authenticator --\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.webauthn4j\u003c/groupId\u003e\n    \u003cartifactId\u003ewebauthn4j-ctap-authenticator\u003c/artifactId\u003e\n    \u003cversion\u003e${webauthn4jctap.version}\u003c/version\u003e\n  \u003c/dependency\u003e\n\n  \u003c!-- Ctap Client --\u003e\n  \u003cdependency\u003e\n      \u003cgroupId\u003ecom.webauthn4j\u003c/groupId\u003e\n      \u003cartifactId\u003ewebauthn4j-ctap-client\u003c/artifactId\u003e\n      \u003cversion\u003e${webauthn4jctap.version}\u003c/version\u003e\n  \u003c/dependency\u003e\n  ...\n\u003c/dependencies\u003e\n```\n\n## Build from source\n\nWebAuthn4J uses a Gradle based build system.\nIn the instructions below, `gradlew` is invoked from the root of the source tree and serves as a cross-platform,\nself-contained bootstrap mechanism for the build.\n\n### Prerequisites\n\n- Java11 or later\n\n### Checkout sources\n\n```\ngit clone https://github.com/webauthn4j/webauthn4j-ctap\n```\n\n### Build all jars\n\n```\n./gradlew build\n```\n\n## License\n\nWebAuthn4J CTAP is Open Source software released under the\n[Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).\n\n\n\n## Contributing\n\nInterested in helping out with WebAuthn4J? Great! Your participation in the community is much\nappreciated!\nPlease feel free to open issues and send pull-requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebauthn4j%2Fwebauthn4j-ctap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebauthn4j%2Fwebauthn4j-ctap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebauthn4j%2Fwebauthn4j-ctap/lists"}