Files
web/CHANGELOG.md
T
gamertan fb6bbd0dad
verify / verify (push) Successful in 3m7s
auth: publish audited password recovery
Publish the reviewed Gamertan Web Foundations v0.1.0-preview.4 snapshot with local-only administrative reset, atomic Argon2id credential replacement, mandatory rotation, all-session revocation, secret-free audit evidence, rollback coverage, and exact application-boundary guidance.

Exported from reviewed private source 403e5f6ef4d0cac683aaa76ed922236571d259a9 after trusted CI run 317 and exact Go 1.26.6 verification.

Material implementation assistance provided by OpenAI Codex; reviewed and verified through the maintainer workflow.

Signed-off-by: Cole Speelman <crspeelman@gmail.com>
2026-08-18 09:31:08 -04:00

2.3 KiB
Raw Permalink Blame History

Changelog

v0.1.0-preview.4 — 2026-08-18

  • Add an explicit local-administrator password recovery operation without adding a public recovery endpoint or network protocol.
  • Atomically install a one-time Argon2id credential, restore mandatory password rotation, revoke every session, and append a secret-free audit event.
  • Prove transaction rollback when the audit event cannot commit and document private mode-0600 delivery as application-owned policy.
  • Keep Previews 13 immutable; applications select Preview 4 explicitly when adopting administrative recovery.

v0.1.0-preview.3 — 2026-08-18

  • Add cryptographically generated temporary credentials and an explicit password-change-required account state.
  • Replace credentials, clear the requirement, and revoke all existing sessions in one repository transaction after verifying the current password.
  • Migrate existing SQLite users with the new requirement disabled; applications continue to own first-login routing, private credential delivery, and audit policy.
  • Keep Preview 1 and Preview 2 immutable; applications select Preview 3 explicitly when adopting forced bootstrap rotation.

v0.1.0-preview.2 — 2026-08-17

  • Add storage-neutral organizations, teams, projects, environments, services, single-use invitations, and independently scoped access roles.
  • Separate platform-level authentication roles from organization data access.
  • Add expiring break-glass grants with transactional organization-visible audit events and a no-CGO SQLite implementation.
  • Keep v0.1.0-preview.1 immutable; applications adopt these additive packages by explicitly selecting Preview 2.

v0.1.0-preview.1 — 2026-08-16

  • Establish independent request metadata, logging, browser security, abuse, authentication, SQLite, and analytics package boundaries.
  • Add a minimal 0BSD net/http starter.
  • Fail closed when unsafe requests lack same-origin evidence or authentication middleware is constructed with invalid cookie/service configuration.
  • Bound untrusted request-record byte and duration fields before aggregation.
  • Support Linux as the maintained release platform; native Windows is not a release gate or compatibility promise.

No compatibility promise is made before a stable release.