Purpose
Add secure authentication to an existing iOS project using Apple-native approaches.
Arguments
--providers <list>— Comma-separated providers (default:apple,biometric)apple— Sign in with Applebiometric— Face ID / Touch IDcredentials— Email/password (requires backend)
--with-backend— Include API client for backend auth
What gets created
Services/
├── Auth/
│ ├── AuthService.swift # Main auth service
│ ├── AuthState.swift
[Description truncada. Veja o README completo no GitHub.]