<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "Xcode: 26.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/performing-fast-account-creation-with-passkeys",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Performing fast account creation with passkeys"
}
-->

# Performing fast account creation with passkeys

Allow people to quickly create an account with passkeys and associated domains.

## Overview

> Note: This sample code project is associated with WWDC25 session 279:
> [What’s new in passkeys](https://developer.apple.com/videos/play/wwdc2025/279).

### Configure the sample code project

To configure the sample code project, do the following:

1. In Xcode, click the project’s target, then select your team from the Team pop-up menu in the Signing & Capabilities pane to let Xcode automatically manage your provisioning profile.
2. Add the Associated Domains capability using the + Capability button in the same pane, and specify your domain with the `webcredentials` service.
3. Ensure an `apple-app-site-association` (AASA) file is present on your domain in the `.well-known` directory, and that it contains an entry for this app’s App ID for the `webcredentials` service.
4. In the `SignUpView.swift` file, replace all occurrences of `example.com` with the name of your domain.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)