Everyone now knows, there is a Fingerprint API in Android API 23 onwards.
Which can do authentication through fingerprints, when we touch the sensor, it gives fingerprint data to the requiring app, and we can easily authenticate by matching the given fingerprint with one that is previously stored.
But,
I want my HTML page, which is designed for Mobile devices, to authenticate through fingerprints
For example: If I had a login page, it would show a dialog, asking the user to put their finger on fingerprint sensor, and if that matches with stored one, "Hooray! Login Successful!"
For this, I think we need something like an API, which would connect: fingerprint manager , Chrome and my webpage. So that whenever I request a fingerprint authorisation, chrome readily asks for fingerprint of the user.
(If this question is 'broad' or 'irrelevant', let me know by comments. Also, if anyone has a rough sketch, feel free to comment that. :) )