V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
zhwguest
V2EX  ›  Android

使用 ktor,移动端的 cookie 大家一般如何持久化啊

  •  
  •   zhwguest · 4 天前 · 1091 次点击
    3 条回复    2024-11-25 13:56:34 +08:00
    maninfog
        1
    maninfog  
       4 天前
    可以参考 https://github.com/franmontiel/PersistentCookieJar 。虽然它这个是基于 OkHttp 的协议,但概念是一样的,可以自己根据 ktor 的协议改一下,不算太难。
    murmurkerman
        3
    murmurkerman  
       2 天前
    要实现 CookieStorage 接口,参考 AcceptAllCookiesStorage 的实现,Copy 下代码,在每次修改 cookie 的时候保存到本地存储。存储形式可以是简单的序列化到 json 文件,也可以用 kv storage 。加不加密取决于你的应用安全要求,我现在是序列化到 EncryptedSharedPreferences
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4441 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 05:33 · PVG 13:33 · LAX 21:33 · JFK 00:33
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.