Skip to content

Commit

Permalink
Add largeBlobKey to credential management
Browse files Browse the repository at this point in the history
This patch updates the credential management implementation to include
the largeBlobKey if present.
  • Loading branch information
robin-nitrokey committed Nov 28, 2023
1 parent f3128f8 commit aa9bb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ctap2/credential_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ where
credential_id: Some(credential_id.into()),
public_key: Some(cose_public_key),
cred_protect,
large_blob_key: credential.data.large_blob_key,
..Default::default()
};

Expand Down

0 comments on commit aa9bb35

Please sign in to comment.