Open rccoder opened 7 years ago
网络请求走 HTTP 然后 cookie? WebView 层同样处理,不用管太多?是否存在安全隐患?
返回 token?然后类似于 localStorage、sharedPreferences 保存?和时间戳混在一起防止💥?
localStorage
sharedPreferences
高端一点不走 cookie
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
网络请求走 HTTP 然后 cookie? WebView 层同样处理,不用管太多?是否存在安全隐患?
返回 token?然后类似于
localStorage
、sharedPreferences
保存?和时间戳混在一起防止💥?