You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iatp protocol expects a POST /presentations/query endpoint, for querying verifiable presentations, using an access_token, obtained through the /token endpoint. This endpoint is missing and must be implemented.
Description
The iatp protocol expects a
POST /presentations/query
endpoint, for querying verifiable presentations, using an access_token, obtained through the /token endpoint. This endpoint is missing and must be implemented.Acceptance criteria
Authorization
header inBearer
form, e.g.Authorization: Bearer STS_token_value
The text was updated successfully, but these errors were encountered: