-
Pagemaster v0.2.2 CSRF Refresh Fix Pre-release
released this
2026-06-17 16:10:35 -07:00 | 12 commits to main since this releasePagemaster v0.2.2 CSRF Refresh Fix
v0.2.2fixes restored browser sessions losing the in-memory CSRF token after page reloads.Included
- Added authenticated
GET /api/auth/csrfto rotate and return a fresh CSRF token for the current session. - The React app now refreshes CSRF after
/api/auth/mesucceeds on startup. - Added a regression test proving a restored session can refresh CSRF and create a wanted item.
Verification
npm run frontend:checknpm run build- Docker Go tests:
go test ./...
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added authenticated