-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSdk dependency not found #4
Comments
I have a same issue angular 8 |
The WebSDK is an external dependency (see Browser Support). The DigitalPersona WebSDK is currently a part of DP WebComponents product installation, and it is not yet published as an npm package, so adding @digitalpersona/devices does not pull this dependency automatically. We consider publishing the WebSDK as an npm package in future. You can get the WebSDK either from the DP WebComponents installation, or you can just copy the WebSDK module from the sample. Copy it in your local "vendor modules" directory (not into |
I already imported the WebSdk, but I still get more errors:
FYI: I am developing project with NuxtJS, VueJS framework. Will this package work with VueJS? Please help. |
Given the " <script src="./scripts/WebSdk/index.min.js"/>`
<script src="./scripts/@digitalpersona/devices/dist/es5.bundles/index.umd.min.js" /> Can it be a server-side rendering that causes that error? I believe both |
Thanks for your support. My goal is to enroll user's fingerprint with Digital Persona U.A.U 4500, and save it to mysql database. And I want to to authenticate user's fingerprint which stored in database.
best. |
A tutorial for this library can be found here. Documentation for other DPAM libraries can be found here. Also note that the UareU SDK PDF you referenced describes an older Javascript SDK; this package is a replacement for the older SDK. In simple terms, the DigitalPersona UareU SDK provides the needed fingerprint engine (FingerJet). It has native API (C++) and managed API (Java, C#), so you need to use any of them on your backend. Alternatively, DigitalPersona Authentication Server provides fingerprint authentication using ActiveDirectory or LDS as a database; it also provides a number of web services (Web Enroll, Web Auth, Web Policies, Web Claims etc). The So, you typical workflow would be:
|
Thanks for prompt response. |
Send your request to michael.smith2 at hidglobal.com. |
Any update on this one? |
Not yet, sorry for a delay. |
I tried to start project with NuxtJs.
when I import @digitalpersona/devices,
import { FingerprintReader, SampleFormat } from "@digitalpersona/devices";
it shows error:
The text was updated successfully, but these errors were encountered: