An open API service indexing awesome lists of open source software.

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

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)