Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

feat: wallet Prove supports creating JWT presentations. #3350

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

Moopli
Copy link
Contributor

@Moopli Moopli commented Aug 26, 2022

Signed-off-by: Filip Burlacu filip.burlacu@securekey.com

@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #3350 (02b713a) into main (b1decdf) will increase coverage by 0.01%.
The diff coverage is 96.10%.

@@            Coverage Diff             @@
##             main    #3350      +/-   ##
==========================================
+ Coverage   87.84%   87.86%   +0.01%     
==========================================
  Files         330      330              
  Lines       45633    45691      +58     
==========================================
+ Hits        40087    40145      +58     
  Misses       4110     4110              
  Partials     1436     1436              
Impacted Files Coverage Δ
pkg/doc/verifiable/presentation.go 87.41% <86.36%> (+0.34%) ⬆️
pkg/doc/verifiable/presentation_jwt.go 89.28% <100.00%> (+0.39%) ⬆️
pkg/wallet/contents.go 98.23% <100.00%> (+0.19%) ⬆️
pkg/wallet/wallet.go 98.27% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Moopli Moopli force-pushed the jwt-prove branch 4 times, most recently from cd6df9a to 825b836 Compare August 26, 2022 21:01
@Moopli Moopli marked this pull request as ready for review August 26, 2022 21:26
return nil, fmt.Errorf("failed to prove credentials: %w", err)
switch proofOptions.ProofFormat {
case ExternalJWTProofFormat:
// TODO: look into passing audience identifier
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please create a task for this TODO in aries, so that we don't miss it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sudeshrshetty good idea, done: #3354

Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com>
@fqutishat fqutishat merged commit c08e534 into hyperledger-archives:main Aug 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants