Skip to content

UPDATE SSF documentation links to reflect correct SSF refs#63

Merged
ParleSec merged 1 commit into
masterfrom
patch/docs/ssf
Jun 12, 2026
Merged

UPDATE SSF documentation links to reflect correct SSF refs#63
ParleSec merged 1 commit into
masterfrom
patch/docs/ssf

Conversation

@ParleSec

@ParleSec ParleSec commented Jun 12, 2026

Copy link
Copy Markdown
Owner

What does this PR do?

Changes several outdated Shared Signals Framework links from draft to final spec references
Fixes #20

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Enhancement (improvement to existing functionality)
  • Documentation update
  • Refactoring (no functional changes)
  • New protocol implementation

How was this tested?

  • Ran the affected flow in Looking Glass and verified real-time events
  • Tested locally with cd backend && go run ./cmd/server and cd frontend && npm run dev
  • Other (describe below)

Validation checklist

  • Backend: cd backend && go build ./... && go test ./...
  • Backend lint: cd backend && golangci-lint run ./...
  • Frontend: cd frontend && npm run lint && npx tsc --noEmit && npm run build
  • Frontend references: cd frontend && npm run verify-refs
  • Wallet UI: cd wallet-ui && npx tsc --noEmit && npm run build
  • Docs: cd docs/starlight && npm run build
  • OpenAPI: npx @redocly/cli lint --config redocly.yaml gateway@v1 scim@v1 federation@v1 vc@v1
  • Docker/topology: cd docker && docker compose config
  • OID4VCI/OID4VP conformance: cd backend && go test ./internal/protocols/oid4vci ./internal/protocols/oid4vp -count=1

Checklist

  • My commits are signed off (git commit -s) per the DCO
  • I have read the CONTRIBUTING guide
  • I selected the relevant validation checks above
  • I have updated documentation if needed
  • I have not committed secrets, credentials, or .env files

Screenshots / Looking Glass output

@ParleSec ParleSec merged commit 32280a5 into master Jun 12, 2026
46 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Old SSF Draft URL appearing in ProtocolSoup repo.

1 participant