Add integrity bundle verification to Next.js example#256
Draft
chipp wants to merge 1 commit into
Draft
Conversation
Contributor
chipp
commented
May 11, 2026
- added /api/verify-integrity-bundle route with 5-step ECDSA-P256 verification (JWT/JWKS, CBOR decode, kid validation, proof digest, signature check)
- supported apple_app_attest (CBOR + authenticatorData) and android_keystore (base64 DER) formats
- added v3/v4 proof digest selection and IntegrityBundlePanel UI component with step-by-step display
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8c5afb7 to
bbb0af0
Compare
bbb0af0 to
e29d4a4
Compare
e29d4a4 to
205879a
Compare
205879a to
7a45cd9
Compare
7a45cd9 to
ab6624f
Compare
ab6624f to
991ebad
Compare
991ebad to
9dec7b5
Compare
9dec7b5 to
1e5aa47
Compare
1e5aa47 to
bd01cc9
Compare
bd01cc9 to
92cfcb0
Compare
- added /api/verify-integrity-bundle route with 5-step ECDSA-P256 verification (JWT/JWKS, CBOR decode, kid validation, proof digest, signature check) - supported apple_app_attest (CBOR + authenticatorData) and android_keystore (base64 DER) formats - added v3/v4 proof digest selection and IntegrityBundlePanel UI component with step-by-step display
92cfcb0 to
509847f
Compare
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.