An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(bruno): update create-did.bru for MM-90 device-signing request shape

authored by

Malpercio and committed by
Tangled
cca03929 0157fd59

+2 -11
+2 -11
bruno/create-did.bru
··· 16 16 17 17 body:json { 18 18 { 19 - "signingKey": "{{signingKeyId}}", 20 - "rotationKey": "{{rotationKeyId}}" 19 + "rotationKeyPublic": "{{rotationKeyPublic}}", 20 + "signedCreationOp": {{signedCreationOp}} 21 21 } 22 22 } 23 - <<<<<<< HEAD 24 - ======= 25 - 26 - vars:pre-request { 27 - pendingSessionToken: ZWj9JSCfpQiSS3Y_BlPr6cHCAShEX9u639C6UhvVF1A 28 - signingKeyId: did:key:zDnaekAMx4aNcFQ4Bb2HURdrqG4nMzNXDpJnTWu5uSC4n3pPE 29 - rotationKeyId: did:key:zDnaekAMx4aNcFQ4Bb2HURdrqG4nMzNXDpJnTWu5uSC4n3pPE 30 - } 31 - >>>>>>> 37e02a8 (fix(relay): address PR review issues for MM-87)