react-native-capacitor-secure-storage
v0.2.0
Published
Securely store secrets such as usernames, passwords, tokens, certificates or other sensitive information (strings) on iOS & Android
Downloads
632
Readme
react-native-capacitor-secure-storage
Securely store secrets such as usernames, passwords, tokens, certificates or other sensitive information (strings) on iOS & Android
Installation
npm install react-native-capacitor-secure-storage
Usage
import { getData } from 'react-native-capacitor-secure-storage';
// ...
const result = await getData('token);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT