secure-storage-patterns
Installation
SKILL.md
Secure Storage Patterns Skill
This skill covers secure data storage for React Native with Expo.
When to Use
Use this skill when:
- Storing authentication tokens
- Saving sensitive user data
- Managing API keys
- Storing encryption keys
Core Principle
SECURE BY DEFAULT - Always use SecureStore for sensitive data, never AsyncStorage.