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
Methods public void removeRefreshToken(String refreshTokenValue); public void storeRefreshToken(String refreshTokenValue, byte[] refreshTokenBytes, byte[] authenticationBytes, Date tokenExpiry, String userLogin);
does not make call clusterManagerAPI.send(new TokenStoreRemoveRefreshTokenMsg(refreshTokenValue));
like it removeAccessToken and storeAccessToken do. Therefore resulting in unsync between different servers in a cluster.
The text was updated successfully, but these errors were encountered:
Environment
Description of the bug or enhancement
Methods
public void removeRefreshToken(String refreshTokenValue); public void storeRefreshToken(String refreshTokenValue, byte[] refreshTokenBytes, byte[] authenticationBytes, Date tokenExpiry, String userLogin);
does not make call
clusterManagerAPI.send(new TokenStoreRemoveRefreshTokenMsg(refreshTokenValue));
like it removeAccessToken and storeAccessToken do. Therefore resulting in unsync between different servers in a cluster.
The text was updated successfully, but these errors were encountered: