-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: connectionless credential offer #207
Conversation
Signed-off-by: Cristian G <[email protected]>
Signed-off-by: Cristian G <[email protected]>
Signed-off-by: Cristian G <[email protected]>
) | ||
|
||
pluto.storeMessage(requestPresentation.makeMessage()) | ||
connectionlessInvitation(ownDID, jsonString) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we were talking yesterday this is not needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to parse and return the Credential Offer message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed the implementation. Please take another look.
Signed-off-by: Cristian G <[email protected]>
Description:
This PR adds support for connectionless credential offer. It adds logic to extract all relevan data to form a message than it is used for any connectionless operation.
Checklist: