Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(connections): use new did for each connection from reusable invitation #1174

Merged

Conversation

TimoGlastra
Copy link
Contributor

When manually accepting a connection request (either connection or did-exchange) with a reusable invitation the same keys would be used in each did response. For auto accept routing was correctly configured to create new keys for each connection. This aligns the manual flow with the auto accept flow

Signed-off-by: Timo Glastra timo@animo.id

…ation

When manually accepting a connection request (either connection or did-exchange) with a reusable invitation
the same keys would be used in each did response. For auto accept routing was correctly configured to create
new keys for each connection. This aligns the manual flow with the auto accept flow

Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra requested a review from a team as a code owner December 16, 2022 12:12
@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@ff6293c). Click here to learn what that means.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1174   +/-   ##
=======================================
  Coverage        ?   87.54%           
=======================================
  Files           ?      706           
  Lines           ?    16536           
  Branches        ?     2805           
=======================================
  Hits            ?    14477           
  Misses          ?     1922           
  Partials        ?      137           
Impacted Files Coverage Δ
...ges/core/src/modules/connections/ConnectionsApi.ts 85.29% <100.00%> (ø)

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

@genaris genaris merged commit c0569b8 into openwallet-foundation:main Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants