Multiple users on the same Windows device without changing Windows accounts. #516
Unanswered
DujeVatavuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on an blazor server application for a restaurant and we have a windows computer on which all of the deliverers and other staff can manage orders. In order to improve the workflow and we wanted to implement biometric authentication/identification via fingerprint instead of writing a password, or even better if that fingerprint can be used without the username.
I tried to implement couple of demos that I saw in your documentation and I have also tried your already built webpages but I never found a way I could register a new person with their username/email data and their biometrics on a windows device on which I was already logged in.
Is there an option that under the same windows user we could run the application and do a biometry log in (with or without the username) for multiple people? (it would be ok if we had to created a windows account/user for every person in the staff with registered biometrics on that device)
Beta Was this translation helpful? Give feedback.
All reactions