Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Authentication

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
79
Score

Implement iOS authentication patterns including Sign in with Apple (ASAuthorizationAppleIDProvider, ASAuthorizationController, ASAuthorizationAppleIDCredential), credential state checking, identity token validation, ASWebAuthenticationSession for OAuth and third-party auth flows, ASAuthorizationPasswordProvider for AutoFill credential suggestions, and biometric authentication with LAContext. Use when implementing Sign in with Apple, handling Apple ID credentials, building OAuth login flows, integrating Password AutoFill, checking credential revocation state, or validating identity tokens server-side.

iosauthenticationsign-in-with-appleoauthaswebauthenticationsessionbiometric-authenticationcredential-management
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdauthentication/workflow
1. Add the 'Sign in with Apple' capability in Xcode.
2. Set up `ASAuthorizationController` with requested scopes (e.g., full name, email).
3. Implement `ASAuthorizationControllerDelegate` to handle successful authorization and errors.
4. Persist the user identifier and cache name/email immediately after the first authorization.
5. Check credential state on every app launch using `ASAuthorizationAppleIDProvider().credentialState(forUserID:)`.
6. Validate the `identityToken` on the server against Apple's public keys.
7. Use `ASWebAuthenticationSession` for OAuth and third-party authentication flows.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Authentication
authentication
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
implement sign in with apple on iOSadd authentication to an iOS appuse ASAuthorizationController for apple sign inhandle credential state checking in iOSintegrate password autofill in iOSvalidate identity tokens server-side for apple sign inimplement oauth flow in iOS using ASWebAuthenticationSession

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download authentication
$ synaptic skills detail authentication
$ synaptic skills live authentication

Dependências

AuthenticationServices

Links

GitHub Repository