rn-secure-storage
Advanced tools
Comparing version
{ | ||
"name": "rn-secure-storage", | ||
"version": "1.0.81", | ||
"version": "1.0.82", | ||
"description": "Secure Storage for React Native (Android & iOS)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,9 +5,11 @@ # RNSecureStorage | ||
*Note: This package is more improved version of [react-native-secure-key-store](https://github.com/pradeep1991singh/react-native-secure-key-store), RNSecureStorage has "under api 23" support* | ||
*Note: This package is more improved version of [react-native-secure-key-store](https://github.com/pradeep1991singh/react-native-secure-key-store), RNSecureStorage has "under api 23" support* | ||
**[Go to F.A.Q for more information.](#faq)** | ||
**[Go to F.A.Q for more information.](#faq)** | ||
**[Not your main language ? Check out the translations here](#translations)** | ||
### IOS | ||
RNSecureStorage is using Keychain for secure storaging. | ||
RNSecureStorage is using Keychain for secure storing. | ||
@@ -85,3 +87,3 @@ ### Android | ||
|---|---|---|---| | ||
|**`accessible`**|iOS only|This dictates when a keychain item is accessible, see possible values in `Keychain.ACCESSIBLE`. |*`Keychain.ACCESSIBLE.WHEN_UNLOCKED`*| | ||
|**`accessible`**|iOS only|This indicates when a keychain item is accessible, see possible values in `Keychain.ACCESSIBLE`. |*`Keychain.ACCESSIBLE.WHEN_UNLOCKED`*| | ||
@@ -103,3 +105,3 @@ ### `Keychain.ACCESSIBLE` enum | ||
You can find the usage example of package at example folder. | ||
You can find the usage example of the package in the example folder. | ||
@@ -123,12 +125,19 @@ ```console | ||
### Translations | ||
- [French](docs/README-fr.md) by [@Vinetos](https://github.com/vinetos) | ||
- [Indonesia](docs/README-id.md) by [@mfaridzia](https://github.com/mfaridzia) | ||
- [German](docs/README-de.md) by [@msdeibel](https://github.com/msdeibel) | ||
- [Dutch](docs/README-nl.md) by [@fpkmatthi](https://github.com/fpkmatthi) | ||
- [Brazilian Portuguese](docs/README-ptBR.md) by [@HenryFilho](https://github.com/HenryFilho) | ||
### F.A.Q | ||
- **Why should I use this package?** | ||
- *You can use other packages like react-native-keychain I know that package has more options. But you can store only username, password but you can store a lot of [key,value] with RNSecureStorage* | ||
- *You can use other packages like react-native-keychain I know that package has more options. But you can store only username and password, while with RNSecureStorage you can store a lot of [key,value] pairs* | ||
- **Why shouldn't I use react-native-secure-key-store** | ||
- *You can use that package but you can't get any good solution with lowest API of Android. Also that package is setted minSDK:18. Thats means you will occur some problems..* | ||
- **Hey can I trust you code/package?** | ||
- *You can see of my code in repo so you can review my code. Also if you want you can easily can fork my repo and changes what bothers you. This package is under MIT license. So I can't give you any warranty.* **But you should know, I'm using this package in my projects.** | ||
- *You can use that package but you can't get any good solution with lowest API of Android. Also that package is set to minSDK:18. Thats means you might encounter some problems ...* | ||
- **Hey can I trust your code/package?** | ||
- *You can see all of my code in the repo and can review it. Also if you want, you can easily can fork my repo and change what bothers you. This package is under MIT license. So I can't give you any warranty.* **But you should know, I'm using this package in my projects.** | ||
- **Will you maintain this package?** | ||
- *Yeah I will planning this. But you know time can change everything.* | ||
- *Yeah, I'm planning to do so. But you know time can change everything.* | ||
-**How can I support you?** | ||
@@ -138,5 +147,5 @@ -*If you're using my package that's enough for me* | ||
## Thanks | ||
- Thanks to you [@cagriyilmaz](https://github.com/cagriyilmaz) for IOS part. | ||
- [Thanks to you @pradeep1991singh for react-native-secure-key-store](https://github.com/pradeep1991singh/) | ||
- [Thanks to you @pradeep1991singh for react-native-secure-key-store](https://github.com/pradeep1991singh/) | ||
## License | ||
@@ -143,0 +152,0 @@ |
Sorry, the diff of this file is not supported yet
153
6.25%129331
-24.04%28
-36.36%