Files
awesome-cordova-plugins/docs/plugins/sign-in-with-apple/README.md
T
2026-03-21 17:08:43 -07:00

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: >-
Sign In With Apple plugin for Cordova and Ionic. Sign in with Apple makes it easy for users to sign in to your apps and websites using their Apple ID. Instead…
---
# Sign In With Apple
Sign in with Apple makes it easy for users to sign in to your apps and websites using their Apple ID.
Instead of filling out forms, verifying email addresses, and choosing new passwords,
they can use Sign in with Apple to set up an account and start using your app right away.
All accounts are protected with two-factor authentication for superior security,
and Apple will not track users activity in your app or website.
Source:* https://developer.apple.com/sign-in-with-apple/
## Installation
```bash
ionic cordova plugin add cordova-plugin-sign-in-with-apple
npm install @awesome-cordova-plugins/sign-in-with-apple
```
**Plugin Repo:** [https://github.com/twogate/cordova-plugin-sign-in-with-apple](https://github.com/twogate/cordova-plugin-sign-in-with-apple)
## Supported Platforms
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)