BearStudio / start-ui-native

🚀 Start UI [native] is an opinionated UI starter with ⚛️ React Native, 🌿 Ficus UI, ⚛️ Zodios & 🐜 Formiz — From the 🐻 BearStudio Team
MIT License
139 stars 16 forks source link

Use Secure Storage for user token #45

Closed yoannfleurydev closed 1 year ago

yoannfleurydev commented 2 years ago

At the moment, we are using Async Storage for storing user's token. The documentation do not recommend to store tokens in AsyncStorage. We need to provide a way to store tokens securely on iOS 🍎 and Android 🤖