Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 68d5c80

Browse files
Merge pull request #33 from findy-network/add-seed-to-onboardin-msg
Add DID seed to Onboarding message.
2 parents ce43975 + b895bd8 commit 68d5c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

idl/v1/agency.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ service AgencyService {
3535
// Onboarding is structure for cloud agent (CA) onboarding.
3636
message Onboarding {
3737
string email = 1; // email is then name or handle used for pointing the CA.
38+
string publicDIDSeed = 2; // public DID seed is used to generate CA's DID (optional)
3839
}
3940

4041
// OnboardResult is structure to transport Onboarding result.

0 commit comments

Comments
 (0)