Socket
Socket
Sign inDemoInstall

cordova-plugin-android-fingerprint-auth

Package Overview
Dependencies
0
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0

11

changelog.md

@@ -0,1 +1,12 @@

# Version 1.4.0
### What's New
* new parameter `encryptNoAuth`
* Encrypt input without displaying authentication dialog
* removed parameter `userAuthRequired`
* userAuthRequired will always be set to `false`
* This fixes issue #85 and issue #88
* Developers using default setting for this value (did not explicitly set `userAuthRequired` to `false`) should add a call to `FingerprintAuth.delete()` and re-encrypt credentials to regenerate a new secret key that will allow backup authentication to encrypt/decrypt using the new secret key. This should fix any `ILLEGAL_BLOCK_SIZE_EXCEPTION` messages when using backup authentication.
* changed credential delimiter
* backwards compatible - will be able to decrypt tokens created by prior versions of this plugin.
# Version 1.3.1

@@ -2,0 +13,0 @@ ### What's New

2

package.json
{
"name": "cordova-plugin-android-fingerprint-auth",
"version": "1.3.1",
"version": "1.4.0",
"description": "Cordova plugin to use Android fingerprint authentication API",

@@ -5,0 +5,0 @@ "cordova": {

@@ -1,2 +0,2 @@

# Update to Version 1.3.0
# Update to Version 1.4.0
Please consult the [changelog](https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth/blob/master/changelog.md).

@@ -112,3 +112,3 @@

| locale | String | "en_US" | Change the language displayed on the authentication dialog.<br/><ul><li>English: "en_US"</li><li>Italian: "it"</li><li>Spanish: "es"</li><li>Russian: "ru"</li><li>French: "fr"</li><li>Chinese (Simplified): <ul><li>"zh_CN"</li><li>"zh_SG"</li></ul></li><li>Chinese (Traditional): <ul><li>"zh"</li><li>"zh_HK"</li><li>"zh_TW"</li><li>"zh_MO"</li></ul></li><li>Norwegian: "no"</li><li>Portuguese: "pt"</li><li>Japanese: "ja"</li><li>German: "de"</li></ul> |
| userAuthRequired | boolean | true | Require the user to authenticate with a fingerprint to authorize every use of the key. New fingerprint enrollment will invalidate key and require backup authenticate to re-enable the fingerprint authentication dialog. |
| encryptNoAuth | boolean | undefined | Bypass authentication and just encrypt input. If `true` this option will not display the authentication dialog for fingerprint or backup credentials. It will just encrypt the input and return a token. |
| dialogTitle | String | undefined | Set the title of the fingerprint authentication dialog. |

@@ -115,0 +115,0 @@ | dialogMessage | String | undefined | Set the message of the fingerprint authentication dialog. |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc