React Native Keychain Versions Save

:key: Keychain Access for React Native

v8.2.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-keychain/compare/v8.1.3...v8.2.0

v8.1.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-keychain/compare/v8.1.2...v8.1.3

v8.1.2

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-keychain/compare/v8.1.1...v8.1.2

v8.1.1

1 year ago
  • Fix issues on iOS <13

v8.1.0

1 year ago
  • Remove deprecated kSecAttrAccessibleAlwaysThisDeviceOnly on iOS
  • Use iOS-style keychain on macOS
  • Fix autolinking in React Native 0.69
  • Fix reading security rules option on Android

v8.0.0

2 years ago
  • Improved performance on Android
  • Improved flow typings
  • Fix use authenticationPrompt in getInternetCredentialsForServer
  • Fix crash in getAllGenericPasswordServices
  • BREAKING CHANGE: rule argument now default to no upgrade.

v7.0.0

3 years ago

Breaking changes

  • getSupportedBiometryType() will now only return types that can be used for biometric encryption.

New functionality

  • getAllGenericPasswordServices(): returns all known service names for which a generic password has been stored.

Fixes

  • Force use of strong biometry types on Android to fix User not authenticated errors .
  • Work around OnePlus devices not retrying properly when failing biometric authentication.
  • Fixes an issue where Android Face biometrics can 'timeout' on the KeyStore unlock between a successful face scan.
  • Improved Xcode 12 compatibility.
  • Improved tvOS compatibility.
  • Fixes issue in iOS devices with no Biometric hardware returning TouchID.

v6.2.0

3 years ago
  • Optionally skip biometric warmup on Android
  • Fix strongbox decryption data corruption for certain Google Pixel devices
  • Fix swapped types

v6.1.1

3 years ago
  • Fix getInternetCredentials fails with error message "subtitle"

v6.1.0

3 years ago

Release notes coming soon