22 lines
609 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Touch ID
```
$ ionic cordova plugin add cordova-plugin-touch-id
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/touch-id
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/touch-id/)
2021-09-29 14:09:02 +02: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 14:38:45 +02:00