gpt4 book ai didi

react-native - 在 native react 中持久用户身份验证的最佳方式

转载 作者:行者123 更新时间:2023-12-05 09:13:37 24 4
gpt4 key购买 nike

我正在尝试编写用于用户登录的代码并将其保存在 react-native 中。我找到了 persist-redux 和 react 导航库。

它们是验证进程的最佳库吗?我可以使用 react 导航而不是 persist-redux 吗?你能给我推荐实现它的好教程吗?

最佳答案

请勿使用 AsyncStorage 存储凭据!

根据 React Native's security overview , AsyncStorage 不应用于存储敏感数据,因为它未加密。

Async Storage is a community-maintained module for React Native that provides an asynchronous, unencrypted, key-value store. Async Storage is not shared between apps: every app has its own sandbox environment and has no access to data from other apps.

Async Storage dos and don'ts table

那我应该用什么?

您可以使用这些可能性中的任何一种:

来源:https://reactnative.dev/docs/security

关于react-native - 在 native react 中持久用户身份验证的最佳方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55877260/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com