ANNIS icon indicating copy to clipboard operation
ANNIS copied to clipboard

Use Spring WebClient

Open thomaskrause opened this issue 2 years ago • 0 comments

For long running operations on the same API Client (e.g. an export), it could happen that the token expired during the process. This refactors the CommonUI#getClient method to return a client that updates the JWT token before each request.

thomaskrause avatar May 22 '23 12:05 thomaskrause