feat(suite): unify cross-site nav + language on shared launcher#74
Merged
ahmetabdullahgultekin merged 4 commits intoMay 28, 2026
Merged
Conversation
…aveat Documents the verify-widget Docker deploy (was missing from Key Commands) and the VITE_API_BASE_URL/envDir requirement whose absence blanked /login for ~11 days (env.ts fail-fast threw at boot). See web-app PR #98. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… (2026-05-28) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Roll the redesigned <fivucsas-launcher> (app.fivucsas.com/launcher.js) out to demo, docs (+biometric/identity/sdk), and landing; delete each site's bespoke "FIVUCSAS suite" cross-site bar and per-site EN/TR switch so there is one global toggle. Static sites localize via html[data-lang]; landing (React) listens for the launcher's fivucsas:languagechange event. bys-demo keeps its simulated-portal content; links stays as the hub. Also commits the demo widget museum note. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
app.fivucsas.com serves .js as immutable; a shared stable URL is needed so all sites hit the same cache entry. Bump retires existing immutable copies; launcher.js itself is moved to a revalidating cache (web-app .htaccess) so future updates propagate without further ?v= bumps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 tasks
ahmetabdullahgultekin
added a commit
that referenced
this pull request
May 31, 2026
… veto (#74) (#120) Rolls in Rollingcat-Software/spoof-detector#74: - SessionEngine.checkTextureCollapseReplay — sustained texture_score < 25 raises VIDEO_REPLAY incidents, ≥3 flips verdict to SPOOF - MultiClassFuser texture weight 0.0 → 1.5 (in-house AUC 0.919; CASIA cross-dataset anti-correlated — overridable per deployment) - notebooks/quick_compare.py — no-extra-deps AUC + d-prime ranking Derived from 2026-05-31 in-house dataset (3 LIVE + 3 SPOOF sessions, ~13k frames, includes a live video-call). amispoof cache-bust: 2026-05-31-texture-veto. Co-authored-by: Claude Opus 4.7 (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.
Summary
<fivucsas-launcher>(hosted atapp.fivucsas.com/launcher.js) out to demo, docs (+ biometric/identity/sdk subpages), and landing.html[data-lang](launcher sets it, respecting each page's default); landing (React) listens for the launcher'sfivucsas:languagechangeevent.bys-demokeeps its simulated-university portal content;links.fivucsas.comkeeps its own controls (it IS the hub).Companion PRs (merged): web-app #103 (redesign), #104 (mount on amispoof + drive React language), #102 (F13/F9 error surfacing); spoof-detector #63 (amispoof launcher); api #111 (S13 TOTP replay).
Test plan
🤖 Generated with Claude Code