TigerPASS: WebTigers production authority + pinned key as core.ini defaults - #96
Merged
Conversation
…y as core.ini defaults A fresh install now verifies TigerPASS against the WebTigers production authority out of the box: tiger.pass.authority = https://webtigers.com/shop/authority and a PINNED Ed25519 tiger.pass.public_key. With the key pinned, an unsigned or wrong-key verdict is refused (the require-VALID activation gate), so these defaults are secure to ship. A dev / self-hosted authority overrides both in the config DB tier (global scope), no deploy — e.g. the tiger-dev buyer points at the dev-com seller for testing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Merged
WebTigers
added a commit
that referenced
this pull request
Aug 2, 2026
…faults (#97) Version bump + CHANGELOG. Ships since 0.47.0-beta: activation now requires a signed VALID verdict (#95, the security fix) + the lean key modal, and the WebTigers production pass authority + pinned public key as core.ini defaults (#96). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to the activation-verify fix (#95): ship the WebTigers production TigerPASS authority as the
core.inidefault so a fresh install works out of the box, with dev overriding it in the config DB.VALIDgate an unsigned or wrong-key verdict is refused — these defaults are safe to ship. The matching secret is held off-repo (never in the tree).webtigers.com+ the prod key, but the DB override resolves todev-com+ the dev key — the override wins.🤖 Generated with Claude Code