Skip to content

Do not establish WS connection before auth refresh

Daniel Gerhardt requested to merge dont-establish-ws-before-auth-refresh into master

A new TransientClientAuthentication class has been introduced to tag stored authentications which have not been refreshed. The WS connector does no longer establish a connection for an authentication that has been tagged in this way.

Closes: #780 (closed)

Edited by Daniel Gerhardt

Merge request reports