-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to finish registration #66
Comments
You decode this from the web browser or your app — you'll need to pass the result from |
I'm using on native swift let webAuthnManager = WebAuthnManager(
|
Can you give me sample code in iOS Swift please? |
This library is for a server backend, not an iOS app. Apple has documentation here for the iOS half of the equation, assuming you are interacting with a supported server: https://developer.apple.com/documentation/authenticationservices/connecting_to_a_service_with_passkeys |
I need to do passkey like Dashlane iOS app
…On Tue, 7 May 2024 at 6:36 PM, Dimitri Bouniol ***@***.***> wrote:
This library is for a server backend, not an iOS app. Apple has
documentation here for the iOS half of the equation, assuming you are
interacting with a supported server:
https://developer.apple.com/documentation/authenticationservices/connecting_to_a_service_with_passkeys
—
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLYOFJ2OEB5DZTTITB4KPLZBDGW7AVCNFSM6AAAAABHKL5N3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJYGM3DIMJWGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
WebAuthnError(reason: PassDemo.WebAuthnError.Reason.invalidAttestationObject) |
let webAuthnManager = WebAuthnManager(
configuration: WebAuthnManager.Configuration(
relyingPartyID: "oloid.ai",
relyingPartyName: "My Fancy Web App",
relyingPartyOrigin: "https://oloid.ai"
)
)
how to create request object of type RegistrationCredential?
The text was updated successfully, but these errors were encountered: