{"id":21244268,"url":"https://github.com/aaronksaunders/biometics-plugin-example","last_synced_at":"2026-05-07T23:07:11.981Z","repository":{"id":139352875,"uuid":"497099981","full_name":"aaronksaunders/biometics-plugin-example","owner":"aaronksaunders","description":"ionic react application demonstrating biometric authentication","archived":false,"fork":false,"pushed_at":"2022-05-27T21:21:43.000Z","size":773,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T20:11:33.338Z","etag":null,"topics":["android","biometric-authentication","capacitor","faceid-authentication","ionic-framework","ios","reactjs","touchid-authentication"],"latest_commit_sha":null,"homepage":"","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/aaronksaunders.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":"2022-05-27T18:30:47.000Z","updated_at":"2022-05-29T22:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"17c7e3d2-ea5d-48ec-b948-241c5dd0068e","html_url":"https://github.com/aaronksaunders/biometics-plugin-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/aaronksaunders%2Fbiometics-plugin-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronksaunders%2Fbiometics-plugin-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronksaunders%2Fbiometics-plugin-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronksaunders%2Fbiometics-plugin-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronksaunders","download_url":"https://codeload.github.com/aaronksaunders/biometics-plugin-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243683408,"owners_count":20330621,"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":["android","biometric-authentication","capacitor","faceid-authentication","ionic-framework","ios","reactjs","touchid-authentication"],"created_at":"2024-11-21T01:20:41.076Z","updated_at":"2026-05-07T23:07:11.942Z","avatar_url":"https://github.com/aaronksaunders.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# biometics-plugin-example\n---\n- this is an example Ionic Capacitor Application using the [fingprint.io plugin](https://danielsogl.gitbook.io/awesome-cordova-plugins/fingerprint-aio-1)\n- has been tested on ios and android\n\n```\nnpm install cordova-plugin-fingerprint-aio\n```\n\nusing in react application\n\n```javascript\n// import statement\nimport { FingerprintAIO } from \"@awesome-cordova-plugins/fingerprint-aio\";\n\n```\n\nCheck if available\n```javascript\n(async () =\u003e {\n  try {\n    const isAvailable = await FingerprintAIO.isAvailable();\n    console.log(isAvailable);\n  } catch (error) {\n    console.log(error);\n  }\n})();\n```\n\nDisplay FaceId or FingerPrint Id\n```javascript\n(async () =\u003e {\n  try {\n    const showResp = await FingerprintAIO.show({\n      disableBackup: false,\n      title: \"test display\",\n    });\n    console.log('Show Response', showResp);\n  } catch (error) {\n    console.log(error);\n  }\n})();\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronksaunders%2Fbiometics-plugin-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronksaunders%2Fbiometics-plugin-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronksaunders%2Fbiometics-plugin-example/lists"}