Save sensitive data in React Native

前端 未结 4 2102
日久生厌
日久生厌 2020-11-28 19:56

I am building a React Native application and I need to save some sensitive data like a token and a refresh token. The obvious solution is to save that information using Asyn

4条回答
  •  春和景丽
    2020-11-28 20:21

    If someone wants the additional step of having the data encrypted, you might want to look at this: https://github.com/oblador/react-native-keychain

    It uses facebook conceal internally.

提交回复
热议问题