valyd-integration
Installation
SKILL.md
Valyd integration
Valyd is an identity platform with two products and one npm package, @valyd/sdk.
| Product | What it answers | Auth | Result |
|---|---|---|---|
| Reusable Verification | Who is this person, and what have they already proven? | client_id/client_secret for sign-in + App API key for checks |
Proofs saved to the user's Valyd ID and reused |
| Unique Human API | Is this a live, unique human? | App API key only, no user login | Returned to you; nothing saved to an account |
Connect with Valyd is the OIDC sign-in that starts Reusable Verification. It can double as your app's login button.
Read this before writing any code
Twelve facts that cause almost every Valyd bug. The reference files assume you know them.