pd-secure-store
Released under the MIT license © Expo 650 Industries, Inc. This Librarie is Forked by expo-secure-store and use it for my demo app.
Expo
https://github.com/expo/expo/tree/sdk-46/packages/expo-secure-store
This Librarie is Forked by expo-secure-store and use it for my demo app.
Released under the MIT license © Expo 650 Industries, Inc. This Librarie is Forked by expo-secure-store and use it for my demo app.
https://github.com/expo/expo/tree/sdk-46/packages/expo-secure-store
requireAuthentication
and authenticationPrompt
parameters to SecureStoreOptions
options object used in SecureStore.{deleteItemAsync, getItemAsync, setItemAsync}
methods to enable user authentication while accessing Secure Store. (#14512 by @j-piasecki)requireAuthentication
option to also require biometrics on iOS (matches Android behavior) (#18591 by @stefan-schweiger)This version does not introduce any user-facing changes.
compileSdkVersion
to 31
, targetSdkVersion
to 31
and Java
version to 11
. (#16941 by @bbarthec)This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
expo-secure-store
is no longer lost upon ejecting, if you first upgrade your app to SDK 41 before ejecting. (#11309 by @cruzach)On Android, all of your
SecureStore
data will be migrated on app start-up. On iOS, keys and their associated data will be migrated whenever you callgetItemAsync
on that key. This means that any keys you don'tget
while on SDK 41 will not be migrated.
This version does not introduce any user-facing changes.
isAvailableAsync
method. (#9668 by @EvanBacon)This version does not introduce any user-facing changes.
\n
, \r
) on Android. (#7841 by @jarvisluong)