Once authenticated, the authentication token needs to be periodically refreshed otherwise we get token related errors and the whole browser has to be refreshed for the authenitcation to be valid.
So we need to periodically refresh the token, the appropriate API is present (but not called), but at what frequency it needs to be done or at what specific event is not clear.
Once authenticated, the authentication token needs to be periodically refreshed otherwise we get token related errors and the whole browser has to be refreshed for the authenitcation to be valid.
So we need to periodically refresh the token, the appropriate API is present (but not called), but at what frequency it needs to be done or at what specific event is not clear.