Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@ The SDK offers many advantages over the APIs, including:
- Automatically handles tracking of cross-device flows, using simple event handlers


## Requirements
## System Requirements

The requirements for passkey authentication include:
- iOS 13.0+
- Xcode 13.0+

- iOS 15.0+ (or iOS 16.0+ for passkeys)
- Xcode 13.0+ (or Xcode 14.0+ for passkeys)
- Device with registered biometrics (e.g., FaceID or TouchID)
- Device registered with the user's Apple ID
- Device with iCloud KeyChain turned on
### Passkey Authentication Requirements

Passkey authentication requires:

- iOS 16.0+
- Xcode 14.0+
- An Apple ID signed in on the device
- iCloud Keychain enabled
- Face ID, Touch ID, or another supported system user-verification method
- An Associated Domain configured with the `webcredentials` service for the relying-party domain


## Prerequisites
Expand Down Expand Up @@ -207,4 +213,4 @@ Transmit Security, https://github.com/TransmitSecurity

## License

This project is licensed under the Apache 2.0 license. See the LICENSE file for more info.
This project is licensed under the Apache 2.0 license. See the LICENSE file for more info.