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

Register from AutoFill extension

Open jaydipdeveloper opened this issue 1 year ago • 0 comments

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 CredentialProviderViewController: ASCredentialProviderViewController { }

can I register and complete this request using this SDK?

self.extensionContext.completeRegistrationRequest(using: ####)

jaydipdeveloper avatar May 10 '24 04:05 jaydipdeveloper