Run real OAuth + OIDC requests against the Valyd sandbox. Pick a demo user, choose scopes, and walk through the full flow — from authorization code to userinfo — without writing a single line of code.
A minimal Express app wired up with @valyd/sdk — including createLoginSession / verifyLoginSession for CSRF. The full redirect-and-consent flow on your localhost in three commands.
git clone https://github.com/valyd-id/valyd-sandbox-starter.git cd valyd-sandbox-starter npm install cp .env.example .env # fill in client id/secret npm run dev
Then open http://localhost:8080. Edit src/config.ts or .env to repoint at any Valyd environment.
Select OAuth 2.0 above to explore credentials, endpoints and run live requests.