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

Update SDK to Connector V5 #4

Merged
merged 17 commits into from
Sep 13, 2024
4 changes: 3 additions & 1 deletion README_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Workflow:
- The Service checks whether there is an inbound request from the connecting peer
- It will return `null` if no request was made by the peer
- It will accept the inbound request if there is any
- It will return the shared attributes, the EnmeshedAddress, the RelationshipChangeId and the RelationShipId on
- It will return the shared attributes, the EnmeshedAddress, the RelationShipId and the RelationshipCreationContent on
mbaboshyn marked this conversation as resolved.
Show resolved Hide resolved
success
- Connection between Connector and Enmeshed Wallet app is now set up.

Expand Down Expand Up @@ -235,3 +235,5 @@ record AuthenticationStatus(
- add expired flag to AuthenticationStatus
- 0.6.0
- add possibility to attach Metadata to Authentication-Requests
- 0.8.0
jkoenig134 marked this conversation as resolved.
Show resolved Hide resolved
- update SDK to Connector V5