Li Guo

Results 6 comments of Li Guo

I'd like to set `touchIDAuthenticationAllowableReuseDuration` with `accessControl: .userPresence` The scenario I want to avoid is like this: 1. User unlocks their device by touch/face ID or pin code. 2. User...

It can be added to `SecureEnclaveValet` too, Just add a `LAContext` to keychainQuery in: `private init(identifier: Identifier, accessControl: SecureEnclaveAccessControl)` Would be nice if both `SecureEnclaveValet` & `SinglePromptSecureEnclaveValet` can config this...

OK, I see your point. > Also worth remembering that ‘SinglePromptSecureEnclaveValet‘ has a method to require that the next keychain access prompts, so you can make it behave more like...

Unfortunately I don't have any touch-id device at hand...

> SinglePromptSecureEnclaveValet with userPresence accessControl. When I try to access the value within the reuse direction, I get a errSecAuthFailed. As soon as the reuse duration expires, queries work again...

@JakobOffersen Have you tried 12.5? Archive worked fine for me.