@aparajita/capacitor-biometric-auth
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -130,2 +130,6 @@ import type { PluginListenerHandle, WebPlugin } from '@capacitor/core'; | ||
* | ||
* 👉 **NOTE:** On Android 9 & 10 (API 28-29), this will effectively always | ||
* be `.weak` if `allowDeviceCredential` is true. This is a known limitation | ||
* of the Android API. 🤯 | ||
* | ||
* Default: `AndroidBiometryStrength.weak` | ||
@@ -132,0 +136,0 @@ */ |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Provides access to the native biometric auth & device security APIs for Capacitor apps", | ||
@@ -5,0 +5,0 @@ "author": "Aparajita Fishman", |
@@ -327,3 +327,3 @@ <div class="markdown-body"> | ||
| androidConfirmationRequired | boolean | Determines if successful weak biometric authentication must be confirmed.<br><br>For information on this setting, see https://developer.android.com/reference/android/hardware/biometrics/BiometricPrompt.Builder#setConfirmationRequired(boolean).<br><br>Default: `true` | | ||
| androidBiometryStrength | <a href="#androidbiometrystrength">AndroidBiometryStrength</a> | Set the strength of Android biometric authentication that will be accepted.<br><br>Default: <a href="#androidbiometrystrength">`AndroidBiometryStrength.weak`</a> | | ||
| androidBiometryStrength | <a href="#androidbiometrystrength">AndroidBiometryStrength</a> | Set the strength of Android biometric authentication that will be accepted.<br><br>👉 **NOTE:** On Android 9 & 10 (API 28-29), this will effectively always be `.weak` if `allowDeviceCredential` is true. This is a known limitation of the Android API. 🤯<br><br>Default: <a href="#androidbiometrystrength">`AndroidBiometryStrength.weak`</a> | | ||
@@ -330,0 +330,0 @@ #### PluginListenerHandle |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128764
1316