Hi everyone,
I want to integrate a biometric device (fingerprint or face recognition) with Frappe/ERPNext so that users can log in without entering a username and password.
My requirement is:
-
User should authenticate using a biometric scanner/device
-
After successful biometric verification, the system should automatically log the user in
-
No traditional password-based login
Has anyone implemented biometric authentication for Frappe login?
Is there an existing app, API, or recommended approach to connect biometric devices with Frappe login workflow?
Any guidance, sample code, or architecture suggestions would be greatly appreciated.
Thanks!