We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a secure storage library and replace the current implementation of how tokens are stored
btc-payer/src/providers/AuthProvider.tsx
Lines 52 to 53 in 9a16b46
Lines 71 to 72 in 9a16b46
Useful links
https://reactnative.dev/docs/security#storing-sensitive-info
https://reactnative.dev/docs/security#secure-storage
Potential libraries
https://github.com/emeraldsanto/react-native-encrypted-storage
https://github.com/oblador/react-native-keychain
The text was updated successfully, but these errors were encountered:
alepaz
No branches or pull requests
Implement a secure storage library and replace the current implementation of how tokens are stored
btc-payer/src/providers/AuthProvider.tsx
Lines 52 to 53 in 9a16b46
btc-payer/src/providers/AuthProvider.tsx
Lines 71 to 72 in 9a16b46
Useful links
https://reactnative.dev/docs/security#storing-sensitive-info
https://reactnative.dev/docs/security#secure-storage
Potential libraries
https://github.com/emeraldsanto/react-native-encrypted-storage
https://github.com/oblador/react-native-keychain
The text was updated successfully, but these errors were encountered: