Skip to content

Commit

Permalink
Skit 707 standardize permission response and vp token for oid4vp cred…
Browse files Browse the repository at this point in the history
…ential presentations (#47)

Signed-off-by: Ryan Tate <[email protected]>
Co-authored-by: Jacob <[email protected]>
  • Loading branch information
Ryanmtate and cobward authored Dec 11, 2024
1 parent 63f0576 commit 0e537f1
Show file tree
Hide file tree
Showing 16 changed files with 2,203 additions and 839 deletions.
1,063 changes: 618 additions & 445 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cose-rs = { git = "https://github.com/spruceid/cose-rs", rev = "0018c9b", featur
"time",
] }
isomdl = { git = "https://github.com/spruceid/isomdl", rev = "1f4f762" }
oid4vci = { git = "https://github.com/spruceid/oid4vci-rs", rev = "d95fe3a" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "ad3974c" }
ssi = { version = "0.10", features = ["secp256r1", "secp384r1"] }
oid4vci = { git = "https://github.com/spruceid/oid4vci-rs", rev = "3717043" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "347814f" }
ssi = { version = "0.10.1", features = ["secp256r1", "secp384r1"] }

async-trait = "0.1"
base64 = "0.22.0"
Expand Down
Loading

0 comments on commit 0e537f1

Please sign in to comment.