{"id":30981198,"url":"https://github.com/sergiosuarezgil/ionic-biometric-capacitor","last_synced_at":"2025-09-12T08:12:11.356Z","repository":{"id":43887142,"uuid":"219082974","full_name":"SergioSuarezGil/Ionic-Biometric-Capacitor","owner":"SergioSuarezGil","description":"Small project using Ionic Biometric (FingerprintID / FaceID)  plugin \u0026 Capacitor Storage to save password","archived":false,"fork":false,"pushed_at":"2022-02-14T10:46:11.000Z","size":12731,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T12:35:21.862Z","etag":null,"topics":["android","angular","angular9","capacitor","capacitor-plugins","faceid","faceid-authentication","fingerprint","fingerprint-authentication","ionic","ionic-framework","ionic5","ios"],"latest_commit_sha":null,"homepage":"http://www.sergiosuarezdev.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SergioSuarezGil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-11-02T00:33:40.000Z","updated_at":"2024-08-23T12:20:24.000Z","dependencies_parsed_at":"2022-08-27T22:30:44.982Z","dependency_job_id":null,"html_url":"https://github.com/SergioSuarezGil/Ionic-Biometric-Capacitor","commit_stats":null,"previous_names":["sergiosuarezgil/ionic-biometric-capacitor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SergioSuarezGil/Ionic-Biometric-Capacitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioSuarezGil%2FIonic-Biometric-Capacitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioSuarezGil%2FIonic-Biometric-Capacitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioSuarezGil%2FIonic-Biometric-Capacitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioSuarezGil%2FIonic-Biometric-Capacitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SergioSuarezGil","download_url":"https://codeload.github.com/SergioSuarezGil/Ionic-Biometric-Capacitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergioSuarezGil%2FIonic-Biometric-Capacitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274777730,"owners_count":25347652,"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-12T02:00:09.324Z","response_time":60,"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":["android","angular","angular9","capacitor","capacitor-plugins","faceid","faceid-authentication","fingerprint","fingerprint-authentication","ionic","ionic-framework","ionic5","ios"],"created_at":"2025-09-12T08:12:07.276Z","updated_at":"2025-09-12T08:12:11.338Z","avatar_url":"https://github.com/SergioSuarezGil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Biometric login\n\u003cimg src=\"https://www.airpair.com/img/software/ionic.png\" width=\"200\"\u003e\n\n\nSmall Ionic framework app using Capacitor \u0026 Ionic Plugin\n\u003chttps://ionicframework.com\u003e \n\nWorking properly with **Android \u0026 iOS phones**. (tested with emulator)\n\n\u003cimg src=\"demo/demo.gif\" data-canonical-src=\"demo/demo.gif\" width=\"200\"/\u003e\n\n### Plugins usage:\n\n* **Storage:** Integrated with Capacitor\n*  **Biometric Login:** \u003chttps://github.com/NiklasMerz/cordova-plugin-fingerprint-aio\u003e\n\n### Plugin Fingerprint-aio requires you to add  to your Info.plist to work\n```\n\u003ckey\u003eNSFaceIDUsageDescription\u003c/key\u003e\n\u003cstring\u003e$FACEID_USAGE_DESCRIPTION\u003c/string\u003e\n``` \n \n \n#### If you have any problem with Android version change these lines in BiometricActivity.java\n\n```\nimport androidx.annotation.NonNull;\nimport androidx.annotation.Nullable;\nimport androidx.appcompat.app.AppCompatActivity;\nimport androidx.core.content.ContextCompat;\n```\n\n### Getting Started\n\nTo get started, clone this repo, and run: ```npm install``` in the root directory.\n\n### Test with emulator\n\n`ionic cap run ios/android\n`\n### Secure Storage\nIf you want to use a **Secure Storage for password** install this plugin:\n\u003chttps://github.com/martinkasa/capacitor-secure-storage-plugin\u003e\n\n### Updates \n\n* 1.1.3 - Updated dependencies\n* 1.1.2 - Updated README with Android import fixes\n* 1.1.1 - Changed fingerprint plugin to Finterprint AIO\n* 1.1.0 - Updated Ionic to v5 and Angular to v9\n* 1.0.1 - Fix an error on iOS\n* 1.0.0 - Initial project\n\n### Credits\nSergio Suárez - \u003chttps://www.sergiosuarezdev.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiosuarezgil%2Fionic-biometric-capacitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiosuarezgil%2Fionic-biometric-capacitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiosuarezgil%2Fionic-biometric-capacitor/lists"}