awesome-cordova-plugins/docs/plugins/touch-id/README.md

22 lines
609 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Touch ID
```
$ ionic cordova plugin add cordova-plugin-touch-id
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/touch-id
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/touch-id/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-touch-id](https://github.com/EddyVerbruggen/cordova-plugin-touch-id)
Scan the fingerprint of a user with the TouchID sensor.
Requires Cordova plugin: `cordova-plugin-touch-id`. For more info, please see the [TouchID plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-touch-id).
## Supported platforms
- iOS
2021-09-29 20:38:45 +08:00