We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
网络请求走 HTTP 然后 cookie? WebView 层同样处理,不用管太多?是否存在安全隐患?
返回 token?然后类似于 localStorage、sharedPreferences 保存?和时间戳混在一起防止💥?
localStorage
sharedPreferences
The text was updated successfully, but these errors were encountered:
高端一点不走 cookie
Sorry, something went wrong.
token 的话分为
https://github.com/sunnylqm/react-native-storage/blob/master/README-CHN.md
https://www.zhihu.com/question/28772767
https://segmentfault.com/q/1010000004392345/a-1020000004402081
http://bbs.reactnative.cn/topic/141/react-native-%E5%A6%82%E4%BD%95%E5%AE%9E%E7%8E%B0%E5%85%A8%E5%B1%80%E5%8F%98%E9%87%8F-%E4%BE%8B%E5%A6%82%E5%AD%98%E6%94%BEusertoken/11
https://segmentfault.com/q/1010000004158580
Json Web Token
No branches or pull requests
网络请求走 HTTP 然后 cookie? WebView 层同样处理,不用管太多?是否存在安全隐患?
返回 token?然后类似于
localStorage
、sharedPreferences
保存?和时间戳混在一起防止💥?The text was updated successfully, but these errors were encountered: