Simon Willison1 min readrelease notesintro
datasette-auth-github 1.0
Summary
The datasette-auth-github plugin now reaches 1.0, fixing a bug where cookies lacked a Max‑Age attribute and thus expired at session end. The fix ensures longer‑lasting sessions and the release is tested against recent Datasette versions.
- The plugin authenticates Datasette users via GitHub OAuth.
- Earlier versions omitted Max-Age on cookies, causing sessions to end with the browser session.
- Fix adds Max-Age to cookies, making sessions persist across browser restarts.
- Version 1.0 is now marked stable and tested against Datasette 0.65.x and 1.0ax.
Datasette developers who need GitHub‑based authentication should upgrade to avoid unexpected session expirations.
4/10
