Closed VictorNS69 closed 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.
alastria/alastriaSession
application/json
It should be an object with only one key (jwt) and use the application/json MediaType.
jwt
Example:
{ "jwt": "<the signed Alastria Session JWT as a String>" }
At the moment, we are using a simple string in the call to
alastria/alastriaSession
, but we are usingapplication/json
as MediaType.It should be an object with only one key (
jwt
) and use theapplication/json
MediaType.Example: