You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update dependencies and improve storage adapter functionality
- Bump @types/node from 25.3.0 to 25.3.3 in package.json
- Downgrade react-test-renderer from 19.2.4 to 19.2.0 in package.json
- Update packageManager to bun@1.3.10 in package.json
- Refactor AndroidStorageAdapter to remove new architecture checks and improve context handling
- Enhance AndroidStorageAdapter to handle biometric key management more effectively
- Add NaN and inf checks in HybridStorage for scope and access control levels
- Modify HybridStorage to use shared pointers for better memory management
- Update iOSStorageAdapter to check legacy UserDefaults for un-migrated keys
- Introduce new methods in storage API for string manipulation and error handling
These are synchronous and go directly to the native backend without any serialize/deserialize step.
530
+
531
+
---
532
+
533
+
### `isKeychainLockedError(err)`
534
+
535
+
Utility to detect iOS Keychain locked errors in secure storage operations. Returns `true` if the error was caused by a locked keychain (device locked, first unlock not yet performed, etc.). Always returns `false` on web.
0 commit comments