WebAuthnKit-iOS icon indicating copy to clipboard operation
WebAuthnKit-iOS copied to clipboard

WebAuthn iOS Library

Results 7 WebAuthnKit-iOS issues
Sort by recently updated
recently updated
newest added

Hi, after implementation clicking on register show the create new key pop up but when I press create it throw the WAKError error 6 and error 8 sometime with error...

When using the lib and setting attestation to direct, we are getting back a self-attestation. Are there plans to use Safari or iOS to sign the attestation for this library...

When I attempt to use "cross-platform" authenticatorAttachment the create process is catching the error with message "unsupported"

Hi @lyokato, Would you be interested in a PR that raises the minimum version of iOS to 13 to remove dependency on PromiseKit and SwiftCrypto and instead leverage Combine and...

Hey, I am executing method create on WebAuthnClient `let options = self.createCreationOptionsFromJson(publicKeyCreationOptionsJson: publicKeyCreationOptionsJson) webAuthnClient.create(options).done { (c:PublicKeyCredential) in print("Done") }.catch { (error:Error) in print("Error") }.finally{ print("Finally") }` New login dialog appears...

Add some fixes for MakeCredential Response test in [Conformance Tool test](https://fidoalliance.org/certification/functional-certification/conformance/).

I want to register on webauthn.io using this SDK but when user go to safari and open webauhn.io and then my app auto fill extension will open below controller class...