12.4.0
This minor version contains:
- Added method
resetLastKnownAuthenticatedUser
which allows to reset the last known authenticated user from persistence. Please note that this function must be called before the initialization. - The existing method
forgetLastKnownUserForAppId
has been deprecated. This change is made in favor of the newresetLastKnownAuthenticatedUser
method. Please note that theappId
parameter is no longer utilized, streamlining the process of the two methods. - Updated the implementation of the WebSocket connection to enhance stability.