---
title: Performing fast account creation with passkeys
framework: authenticationservices
role: sampleCode
role_heading: Sample Code
path: sample-code/authenticationservices/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

Overview note: This sample code project is associated with WWDC25 session 279: What’s new in passkeys. Configure the sample code project To configure the sample code project, do the following: 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. Add the Associated Domains capability using the + Capability button in the same pane, and specify your domain with the webcredentials service. 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. In the SignUpView.swift file, replace all occurrences of example.com with the name of your domain.

## See Also

### Passkeys

- [Public-Private Key Authentication](authenticationservices/public-private-key-authentication.md)
- [Passkey use in web browsers](authenticationservices/passkey-use-in-web-browsers.md)
- [Connecting to a service with passkeys](authenticationservices/connecting-to-a-service-with-passkeys.md)
