Skip to content

Support for macOS/iOS platofrm #95

Description

@korywka

According to docs, apple gives next fields properties while registration: ASPublicKeyCredential + ASPasskeyRegistrationCredential

  • credentialID
  • rawClientDataJSON
  • attestationObject

and not authenticatorData which is required while verifying at the server:

const authenticator = parseAuthenticator(registrationJson.response.authenticatorData);

It looks like I’m currently forced to switch to another library, where server-side verification only requires these two values:

https://github.com/MasterKale/SimpleWebAuthn/blob/786d2d8cd4560c36b6361f818a8ddaa8f0301012/packages/server/src/types/index.ts#L157-L167

I think this is quite important, since the passkeys server can serve not just web clients. Please feel free to close this if it's beyond the scope of this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions