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
Refactor iOS access control and Keychain handling; add RN Swift module & ObjC bridge; update deps and lockfiles
- Adjust AccessControlResolver flags and security level (remove .userPresence from biometry flags, use .devicePasscode for device passcode, mark secureEnclave policy)
- Disable Secure Enclave usage for generic password items in HybridSensitiveInfo (always false) and remove token handling from KeychainManager
- Improve authentication context handling in KeychainManager (attach LAContext and localizedFallbackTitle to Sec query)
- Add SensitiveInfo React Native Swift module and Objective-C extern bridge (SensitiveInfoModule.swift / .m)
- Bump example and root devDependencies (babel, bob, monorepo-config, lefthook) and regenerate yarn.lock / example/Podfile.lock (SensitiveInfo -> 5.6.0)
0 commit comments