返回全部动态
datasette-auth-github 发布 1.0 版本
原标题:datasette-auth-github 1.0
AI 摘要
Simon Willison 发布 datasette-auth-github 1.0 版本。他此前在 agent.datasette.io 演示站点上发现已认证会话持续时间过短,原因是插件设置 cookie 时缺少 Max-Age 参数,导致会话在浏览器关闭时即过期。他在 #80 中修复了该问题,并因插件已长期存在且同时兼容 Datasette 0.65.x 与 Datasette 1.0ax,决定将其升级为 1.0 正式版。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
19th September 2026 I run this GitHub login plugin on the agent.datasette.io demo site and I noticed that my authenticated sessions weren't lasting very long. It turned out that the plugin was setting cookies without a Max-Age parameter, so they were expiring at the end of a browser session (which in Mobile Safari seems to happen pretty often, independently of how you are using the app.) I fixed that in #80 and, since this plugin has been around for quite a while and is tested against both Datas
发布时间:2026-09-20 03:52
抓取时间:2026-09-20 05:56
来源机构:Simon Willison