Authentication

Authentication architecture with email/password, Apple Sign In, Google Sign In, and anonymous guest modes. Covers AuthService as @Observable @MainActor, AuthGuardView gate pattern, optional auth flow, Supabase delegation, and session lifecycle management. Use when implementing user authentication, login flows, or session management in an iOS app.

abdullah4ai Updated

File contents

abdullah4ai/apple-developer-toolkit/tree/main/swiftship/internal/skills/data/features/authentication commit 5f6212f2f9

Frequently asked questions

npx skillmds@latest add abdullah4ai/authentication-2