AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ionic Apple Sign In

skill-erkamyaman-ionic-capacitor-skills-ionic-apple-sign-in · by erkamyaman

Add "Sign in with Apple" to an Ionic Capacitor app via @capacitor-community/apple-sign-in. Trigger when adding social login on iOS, integrating Apple ID as a sign-in method, or when App Review requires Sign in with Apple alongside other social logins.

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-erkamyaman-ionic-capacitor-skills-ionic-apple-sign-in

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-erkamyaman-ionic-capacitor-skills-ionic-apple-sign-in)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ionic Apple Sign In? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Sign in with Apple

Apple requires apps that offer any other social login (Google / Facebook / etc.) on iOS to also offer Sign in with Apple. Ship Google sign-in without it and App Review will reject the build.

> Don't use this skill in a Firebase project. If your app already uses Firebase Auth, integrate Sign in with Apple via [@capacitor-firebase/authentication](../ionic-firebase/references/auth.md#sign-in-with-apple) instead. That plugin uses the same native dialog on iOS and the same Apple OAuth flow on Android, but hands the JWT directly to Firebase Auth so you don't end up running two different identity layers. Installing both @capacitor-community/apple-sign-in and @capacitor-firebase/authentication is wasteful and easy to misconfigure. > > Use this skill when: > - You're not on Firebase (e.g., Supabase — see [../ionic-supabase/references/auth.md#native-apple-sign-in](../ionic-supabase/references/auth.md), or your own backend). > - You verify the Apple JWT yourself on a custom backend.

When to consult

  • App ID setup + entitlement: [setup.md](references/setup.md)
  • Sign-in flow + nonce verification: [sign-in-flow.md](references/sign-in-flow.md)

Hard rules

  • ✅ Required if you offer Google / Facebook / Twitter / OAuth login on iOS.
  • ✅ The Apple-issued user identifier is opaque and stable per app — store it as the user's primary key.
  • ✅ Apple returns the user's name and email only on the first sign-in. If your backend doesn't capture them then, you don't get a second chance unless the user revokes and re-grants in iOS Settings → Apple ID → Sign in with Apple.
  • ✅ Generate and verify a nonce to prevent replay attacks.
  • ❌ Don't store the Apple email as the user identifier — Apple's "Hide My Email" returns a relay address that the user can change.
  • ❌ Android side: this plugin uses Apple's web flow (popup) on Android — works, but it's an OAuth web redirect, not a native dialog.

Library

npm install @capacitor-community/apple-sign-in
npx cap sync

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.