• v0.2.2 60310dd836

    david released this 2026-06-17 16:10:35 -07:00 | 12 commits to main since this release

    Pagemaster v0.2.2 CSRF Refresh Fix

    v0.2.2 fixes restored browser sessions losing the in-memory CSRF token after page reloads.

    Included

    • Added authenticated GET /api/auth/csrf to rotate and return a fresh CSRF token for the current session.
    • The React app now refreshes CSRF after /api/auth/me succeeds on startup.
    • Added a regression test proving a restored session can refresh CSRF and create a wanted item.

    Verification

    • npm run frontend:check
    • npm run build
    • Docker Go tests: go test ./...
    Downloads