mobile-auth-patterns
Installation
SKILL.md
Mobile Auth Patterns
Comprehensive skill for implementing authentication in React Native/Expo mobile apps.
Overview
Mobile authentication requires special considerations:
- Secure token storage (not AsyncStorage)
- Biometric authentication for quick access
- Social login providers (Apple, Google)
- Session management across app states
- Refresh token handling
Use When
This skill is automatically invoked when: