Reauth mismatch fixed, new test scripts catch container crashes
Posted by tomspark
SparkBox 1.6.11 ships with a critical fix for the reauth gate that's been silently failing since v1.6.9. The client whitelist now covers all 22 password-protected endpoints instead of just 5, so you'll actually see the re-entry prompt when you need it instead of a cryptic failure. I've also added two new test scripts that catch real deployment issues before they hit you in production: • scripts/test-full-app-sweep.js — auto-discovers your enabled modules and probes each one's HTTP surface for the branding signature. Catches crashed containers, wrong port mappings, and tunnel failures in one run. • scripts/test-reauth-long-session.js — statically verifies every server-side reauth route has a matching client handler, so you won't ship another gate mismatch. You can shorten the reauth window for testing with SBREAUTHWINDOWSEC if you don't want to wait 10 minutes between test runs. Head to the Updates tab in your dashboard to pull the new version. If you hit any issues, post them here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.