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
I've found your helper is really useful. Despite, I couldn't understand the AccessControl for publicKey. When I set it to [.biometryCurrentSet, .privateKeyUsage] it doesn't ask me to authenticate with FaceID/TouchID when encrypting data.
Do you know why is it happening?
I believe there is no point to have those flags when create KeyPair manager, we can just provide AccessControl for privateKey.
Thanks,
Roman
The text was updated successfully, but these errors were encountered:
Hi,
I've found your helper is really useful. Despite, I couldn't understand the AccessControl for publicKey. When I set it to [.biometryCurrentSet, .privateKeyUsage] it doesn't ask me to authenticate with FaceID/TouchID when encrypting data.
Do you know why is it happening?
I believe there is no point to have those flags when create KeyPair manager, we can just provide AccessControl for privateKey.
Thanks,
Roman
The text was updated successfully, but these errors were encountered: