docs(api): v2.x API envelope contract + JWKS verification - #76
Open
zootechdrum wants to merge 1 commit into
Open
zootechdrum wants to merge 1 commit into
zootechdrum wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
{data, meta}wrapper, both pagination formats (snapshot + cursor), andmeta.warningdegraded-state signals{status_code, message}and envelope{error: {code, message}}), full HTTP→semantic code mapping, rate limit headers, and issuer route auth distinctionPOST /verify/session→POST /verify/completeflow with offline attestation JWT verification viaGET /.well-known/jwks.jsonerror-handling.mdxnext steps link updated to point to the correct transaction state machine pageFiles changed
content/docs/api/core/api-concepts.mdx— response envelope, pagination, warningscontent/docs/api/accounts/api-integration.mdx— both error shapes, rate limit headers, issuer route authcontent/docs/api/accounts/authentication.mdx— JWKS + access token verification flowcontent/docs/api/core/error-handling.mdx— broken anchor fixTest plan
npm run dev— verify all four pages render without errorsapi-concepts.mdx— response envelope section appears above The Source Fieldapi-integration.mdx— both error shapes present, rate limit headers section presentauthentication.mdx— Access Token Verification section renders at bottom of page🤖 Generated with Claude Code