line / line-fido2-server

FIDO2(WebAuthn) server officially certified by FIDO Alliance and Relying Party examples.
Apache License 2.0
528 stars 98 forks source link

Add apple-app-site-association to support Apple Passkey feature #13

Open kj84park opened 3 years ago

kj84park commented 3 years ago

In order to provide iOS's Apple passkey functionality, the RP must provide an apple-app-site-association page.

{
  "webcredentials": {
    "apps": [
      "YOUR_APPLE_DEVELOPER_TEAM_ID.com.example.sample.Passkey"
    ]
  }
}

Supporting Associated Domains Supporting Passkeys