·authentication
!

authentication

实现 iOS 身份验证模式,包括使用 Apple 登录(ASAuthorizationAppleIDProvider、ASAuthorizationController、ASAuthorizationAppleIDCredential)、凭证状态检查、身份令牌验证、用于 OAuth 和第三方身份验证流程的 ASWebAuthenticationSession、用于自动填充凭证建议的 ASAuthorizationPasswordProvider 以及使用 LAContext 的生物识别身份验证。在实现“使用 Apple 登录”、处理 Apple ID 凭据、构建 OAuth 登录流程、集成密码自动填充、检查凭据吊销状态或验证服务器端身份令牌时使用。

54安装·26热度·@dpearson2699

安装

$npx skills add https://github.com/dpearson2699/swift-ios-skills --skill authentication

如何安装 authentication

通过命令行快速安装 authentication AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill authentication
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:dpearson2699/swift-ios-skills。

SKILL.md

查看原文

Implement authentication flows on iOS using the AuthenticationServices framework, including Sign in with Apple, OAuth/third-party web auth, Password AutoFill, and biometric authentication.

Add the "Sign in with Apple" capability in Xcode before using these APIs.

| Property | Type | First Auth | Subsequent Auth |

实现 iOS 身份验证模式,包括使用 Apple 登录(ASAuthorizationAppleIDProvider、ASAuthorizationController、ASAuthorizationAppleIDCredential)、凭证状态检查、身份令牌验证、用于 OAuth 和第三方身份验证流程的 ASWebAuthenticationSession、用于自动填充凭证建议的 ASAuthorizationPasswordProvider 以及使用 LAContext 的生物识别身份验证。在实现“使用 Apple 登录”、处理 Apple ID 凭据、构建 OAuth 登录流程、集成密码自动填充、检查凭据吊销状态或验证服务器端身份令牌时使用。 来源:dpearson2699/swift-ios-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill authentication
分类
!安全工具
认证
收录时间
2026-03-09
更新时间
2026-03-11

Browse more skills from dpearson2699/swift-ios-skills

快速解答

什么是 authentication?

实现 iOS 身份验证模式,包括使用 Apple 登录(ASAuthorizationAppleIDProvider、ASAuthorizationController、ASAuthorizationAppleIDCredential)、凭证状态检查、身份令牌验证、用于 OAuth 和第三方身份验证流程的 ASWebAuthenticationSession、用于自动填充凭证建议的 ASAuthorizationPasswordProvider 以及使用 LAContext 的生物识别身份验证。在实现“使用 Apple 登录”、处理 Apple ID 凭据、构建 OAuth 登录流程、集成密码自动填充、检查凭据吊销状态或验证服务器端身份令牌时使用。 来源:dpearson2699/swift-ios-skills。

如何安装 authentication?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill authentication 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/dpearson2699/swift-ios-skills