Releases: N7ghtm4r3/Biometrik
Releases · N7ghtm4r3/Biometrik
v1.0.0
Stable release!
In this version:
- Applied little delay on the
JVM
authenticator - Forced on top the biometric prompt of Windows Hello using this workaround
Full Changelog: 1.0.0beta-01...1.0.0
v1.0.0beta-01
Released the first version of Biometrik
!
At the moment the architecture is the following:
Android
under the hood uses
the BiometricPrompt APIsiOs
and nativemacOs
under the hood uses
the local authentication APIsJVM
under the hood uses the native APIs provided by the different OSs:- On
Windows
uses the Windows Hello
APIs - On
Linux
uses the Polkit APIs - On
MacOs
uses the local authentication APIs
- On
Web
under the hood uses the WebAuthn APIs