alastria / alastria-wallet

Wallet of ALASTRIA_ID
12 stars 16 forks source link

Modify object when calling alastria/alastriaSession #99

Closed VictorNS69 closed 3 years ago

VictorNS69 commented 3 years ago

At the moment, we are using a simple string in the call to alastria/alastriaSession, 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 Session JWT as a String>"
}