lyokato / WebAuthnKit-iOS

WebAuthn iOS Library
MIT License
102 stars 30 forks source link

share local authentication context #17

Closed JaapWijnen closed 2 years ago

JaapWijnen commented 2 years ago

Face ID was called twice due to EllipticCurveKeyPair lib and WebAuthNKit both having their own Local Authentication Context LAContext. They now share a context for each session.

lyokato commented 2 years ago

Updated as 0.9.6 on CocoaPods. Thanks!