https://github.com/hidglobal/digitalpersona-devices
DigitalPersona Security Devices support library
https://github.com/hidglobal/digitalpersona-devices
browser crossmatch digitalpersona dpam fingerprint-scanner fingerprints hid javascript smartcard typescript
Last synced: about 1 year ago
JSON representation
DigitalPersona Security Devices support library
- Host: GitHub
- URL: https://github.com/hidglobal/digitalpersona-devices
- Owner: hidglobal
- License: mit
- Created: 2019-07-03T08:12:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T04:25:21.000Z (about 1 year ago)
- Last Synced: 2025-05-09T04:29:50.989Z (about 1 year ago)
- Topics: browser, crossmatch, digitalpersona, dpam, fingerprint-scanner, fingerprints, hid, javascript, smartcard, typescript
- Language: JavaScript
- Homepage: https://hidglobal.github.io/digitalpersona-devices/index.html
- Size: 915 KB
- Stars: 75
- Watchers: 11
- Forks: 43
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Client for DigitalPersona Device Access
This library allows web browsers to access local authentication devices (e.g. fingerprint readers,
smartcard readers etc) using a DigitalPersona local device access API.
> [!NOTE]
> Consider using smaller and more targeted packages:
> * [`@digitalpersona\fingerprint`](https://github.com/hidglobal/digitalpersona-fingerprint) -- supports only fingerprints only, and/or to
> * [`@digitalpersona\card`](https://github.com/hidglobal/digitalpersona-card) -- supports only cards
>
> The `@digitalpersona\devices` may be declared obsolete in near future, and everyone will be encouraged to use those smaller and more targeted packages instead.
## License
The library is licensed under the [MIT](./LICENSE) license. Copyright (c) 2019 HID Global, Inc.
## Documentation and Usage
See the [project website](https://hidglobal.github.io/digitalpersona-devices)
## Housekeeping
See [information for maintainers](docs/maintain/index.md)