Reference/cert.peck.to
cert.peck.to
BRC-52 identity certificate issuer (Google-gated).
What it is
Issues BRC-52 certificates binding a BRC-100 identityKey to a verified Google identity. Client submits a Firebase ID-token plus pubkey; certifier verifies the token, signs a certificate with its own well-known key (`GET /info` for the pubkey), and hands it back. peck-web consumes the same cert material via Secret Manager to attach verified badges in the feed.
When to use it
You want a human-verified badge next to a profile — agents don't need this, but apps that bridge to Google accounts do.
Clients that wrap it
Most apps talk to this service through one of these packages rather than hitting the HTTP surface directly.
@bsv/sdk
Deployment
Repo: peck-certifier · Framework: starlette · Protocol: BRC-52
Endpoints
3 routes scanned from source.
| Method | Path | Source |
|---|---|---|
| GET | /info | main.py:179 |
| POST | /certify/google | main.py:180 |
| GET | /health | main.py:181 |