powerauth-push-server icon indicating copy to clipboard operation
powerauth-push-server copied to clipboard

Add support for asynchronous requests

Open petrdvorak opened this issue 2 years ago • 0 comments

Sometimes, the client may not care about the response details we provide. To allow faster synchronous processing on client side, we should allow asynchronous messages.

  • The client would add "mode": "asynchronous" to the request (default would be "mode": "synchronous").
  • The server would return a mode in the response and if the mode is asynchronous, there would be no details of sent messages.

petrdvorak avatar May 03 '22 09:05 petrdvorak