Skip to content

Updated swift UI passkeys sample#111

Open
george-bafaloukas-forgerock wants to merge 2 commits into
mainfrom
Updated_SwiftUI_Passkeys_Sample
Open

Updated swift UI passkeys sample#111
george-bafaloukas-forgerock wants to merge 2 commits into
mainfrom
Updated_SwiftUI_Passkeys_Sample

Conversation

@george-bafaloukas-forgerock
Copy link
Copy Markdown
Contributor

@george-bafaloukas-forgerock george-bafaloukas-forgerock commented May 7, 2026

Passkeys Sample App using Swift/SwiftUI

Ping provides these iOS samples to help demonstrate SDK functionality/implementation. They are provided "as is" and are not official products of Ping and are not officially supported.

Integrate with PingAM/AIC using Journeys and Passkeys:

An example iOS project written in Swift/SwiftUI using the Ping iOS SDK, showcasing how to protect an application using Journeys and Passkeys. Based on the "Set up passwordless authentication with Passkeys" blog post.

Screenshot 2026-05-07 at 15 16 40

Requirements

  • Xcode: Latest version recommended
  • iOS 18.0 or higher
  • A physical iOS device or simulator
  • PingAM/AIC server configured with the following journeys:
    • Login — standard username and password authentication
    • BlogWebAuthnRegistration — passkey registration
    • BlogWebAuthnAuthentication — passkey-based sign-in

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Review Change Stack

Warning

Rate limit exceeded

@george-bafaloukas-forgerock has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 42 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6e563218-73db-4d3c-ae26-74da4e412a00

📥 Commits

Reviewing files that changed from the base of the PR and between 18c9842 and 62ae8db.

⛔ Files ignored due to path filters (1)
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Assets.xcassets/Logo.imageset/Ping Identity Logo.png is excluded by !**/*.png
📒 Files selected for processing (32)
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/.github/copilot-instructions.md
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/.gitignore
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/Config/Debug.xcconfig
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/Config/PasskeysSwiftUI.entitlements
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/Config/Release.xcconfig
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/Config/Shared.xcconfig
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/Config/Tests.xcconfig
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI.xcodeproj/project.pbxproj
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI.xcodeproj/xcshareddata/xcschemes/PasskeysSwiftUI.xcscheme
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/App/PasskeysApp.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Assets.xcassets/AccentColor.colorset/Contents.json
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Assets.xcassets/AppIcon.appiconset/Contents.json
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Assets.xcassets/Contents.json
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Assets.xcassets/Logo.imageset/Contents.json
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Config/AppConfiguration.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/PasskeysSwiftUI.xctestplan
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/ViewModels/AuthenticatedViewModel.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/ViewModels/LoginViewModel.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/ViewModels/RegistrationViewModel.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/AuthenticatedView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/Callbacks/FidoAuthenticationCallbackView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/Callbacks/FidoRegistrationCallbackView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/Callbacks/NameCallbackView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/Callbacks/PasswordCallbackView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/Components/Theme.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/ContentView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/ContinueNodeView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/LoginView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUI/Views/SettingsView.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/PasskeysSwiftUIUITests/PasskeysSwiftUIUITests.swift
  • iOS/swiftui-journey-module-passkeys/PasskeysSwiftUI/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch Updated_SwiftUI_Passkeys_Sample

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Replace personal server URL, cookie name, client ID, redirect URI, and
associated domain entitlements with placeholder tokens so the sample is
safe to share publicly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant