feat(rust): IdentityAttribute enum + IdentityCheck preset #213
Open
feat(rust): IdentityAttribute enum + IdentityCheck preset
#213
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
49d1332 to
ffb8016
Compare
ffb8016 to
5b22328
Compare
241e20b to
dca9d6e
Compare
dca9d6e to
b3e2ce7
Compare
b3e2ce7 to
37245a5
Compare
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Apr 20, 2026
Merged
6ccd9ef to
e774a02
Compare
37245a5 to
b7ce870
Compare
Base automatically changed from
vladimirburdukov/kotlin-example-project-ci
to
vladimirburdukov/swift-example-project-ci
April 20, 2026 23:45
d44c998 to
8dde6c5
Compare
b7ce870 to
bc1b9a6
Compare
bc1b9a6 to
98a968b
Compare
98a968b to
ce5b9d7
Compare
f4c67a7 to
6c62dbf
Compare
6c62dbf to
2914e48
Compare
2914e48 to
26ea946
Compare
26ea946 to
0e328f0
Compare
0e328f0 to
7a61bdc
Compare
Takaros999
reviewed
May 1, 2026
Contributor
Takaros999
left a comment
There was a problem hiding this comment.
i believe there is a failing test for rust/go parity if you can take a look
7a61bdc to
961b87a
Compare
961b87a to
59cc4a6
Compare
59cc4a6 to
07ea956
Compare
07ea956 to
dcf24dc
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.

What
IdentityAttributeenum with variants:DocumentType,DocumentNumber,IssuingCountry,FullName,MinimumAge,NationalityPreset::IdentityCheckvariant for document-based identity attestation (World ID 4.0)identity_attested: Option<bool>field toIDKitResultfor identity-check responsesBridgeResponse::ResponseV2_1variant to carryidentity_attestedalongside the proof responseidentity_attributesthroughBridgeConnectionParamsand the bridge request payloadBridgeResponseparsing: V2 uniqueness, multi-credential, protocol-level error, and multi-legacy variantsWhy
Identity attestation presets require the bridge to assert specific document attributes (age, nationality, document type, etc.) as part of a World ID 4.0 proof request. The
identity_attestedflag lets callers know whether the World App confirmed those attributes.Risk
BridgeResponsedeserialization uses#[serde(untagged)]; newResponseV2_1variant sits beforeResponseV2to ensure correct disambiguation