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: legacy did:sov prefix on invitation #216

Merged

Conversation

TimoGlastra
Copy link
Contributor

Invitations do not go trough the message receiver which means the prefix was not replaced and validation failed because it expected the https://didcomm.org prefix.

This add an @Transform to the type of the invitation message so it is replaced with the didcomm prefix. As it is the only out-of-band message, this seemed like the best approach

Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra requested a review from a team as a code owner March 26, 2021 15:53
Copy link
Contributor

@jakubkoci jakubkoci left a comment

Choose a reason for hiding this comment

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

👍

@jakubkoci jakubkoci merged commit dce3081 into openwallet-foundation:main Mar 29, 2021
@TimoGlastra TimoGlastra deleted the legacy-did-sov-bug branch May 15, 2021 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants