alastria/alastria-wallet

Modify object when calling alastria/did

VictorNS69 opened this issue · 0 comments

At the moment, we are using a simple string in the call to alastria/did, but we are using application/json as MediaType.

It should be an object with only one key (jwt) and use the application/json MediaType.

Example:

{
    "jwt": "<the signed Alastria Identity Creation (AIC) JWT as a String>"
}