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
234Next

1.5.0

Diff

mwheatley
published 1.4.5 •

Changelog

Source

Version 1.4.5

What's New

  • Added Korean translations
    • merged pull request #125
  • Added index.d.ts for Typescript support
    • merged pull request #118
  • Update German strings
    • merged pull request #117
mwheatley
published 1.4.4 •

Changelog

Source

Version 1.4.4

What's New

  • Added Arabic translations
    • merged pull request #114
  • Bug fix: KeyStore not initialized when trying to delete entry
    • merged pull request #106
mwheatley
published 1.4.3 •

Changelog

Source

Version 1.4.3

What's New

  • Added Thai translations
    • merged pull request #102
mwheatley
published 1.4.2 •

Changelog

Source

Version 1.4.2

What's New

  • Feature request for issue #100
    • added back the userAuthRequired param but set default to false
mwheatley
published 1.4.1 •

Changelog

Source

Version 1.4.1

What's New

  • Bug fix for issue #98
    • Use resource-file tag for resources instead of source-file
mwheatley
published 1.4.0 •

Changelog

Source

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.
mwheatley
published 1.3.1 •

Changelog

Source

Version 1.3.1

What's New

  • Bug fix for issue #86
mwheatley
published 1.3.0 •

Changelog

Source

Version 1.3.0

What's New

  • Fixed issue #85 No token returned when using PIN backup
    • Authentication with backup credentials will now use cryptography to encrypt or decrypt a token.
mwheatley
published 1.2.8 •

Changelog

Source

Version 1.2.8

What's New

  • Updates to README
  • Merge pull request #66 from videmort/master: Update Spanish literal
  • Merge pull request #65 from nataze/backup-PIN: PIN fallback when fingerprint isn't supported
  • Bug fix for issue #54
    • Allow state loss of dialog fragment
  • Changed manifest permission check
    • Now using cordova.hasPermission()
    • Removed dependency on android.support.v4 library
      • Removed build-extras.gradle
234Next
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