Skip to content

Commit 48c0773

Browse files
author
Kadi Kraman
committed
Add commentary on recommended token storage libraries
1 parent 081036a commit 48c0773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/token-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In order to use iOS's Keychain services or Android's Secure Shared Preferences,
2020

2121
## Related OSS libraries
2222

23-
- [react-native-keychain](https://github.com/oblador/react-native-keychain)
24-
- [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info)
25-
- [redux-persist-sensitive-storage](https://github.com/CodingZeal/redux-persist-sensitive-storage)
23+
- [react-native-keychain](https://github.com/oblador/react-native-keychain) - we've had good experiences using this on projects
24+
- [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info) - secure for iOS, but uses Android Shared Preferences for Android (which is not secure). There is however a fork that uses [Android Keystore](https://github.com/mCodex/react-native-sensitive-info/tree/keystore) which is secure
25+
- [redux-persist-sensitive-storage](https://github.com/CodingZeal/redux-persist-sensitive-storage) - wraps `react-native-sensitive-info`, see comments above
2626
- [rn-secure-storage](https://github.com/talut/rn-secure-storage)

0 commit comments

Comments
 (0)