Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 478 Bytes

app

SwiftUI implementation of Passkeys to demonstrate cross-platform credential authentication between web, and native application.

Requirements

  • iOS 16.0+
  • Xcode 14+

Before you using

To be able to use passkeys on your Swift applications, you're required to specify associated domain in .well-known directory of root domain. Please refer to Apple Documentation to learn more.