# in the future we might want to log out the user here
returnFalse
exceptjwt.exceptions.DecodeError:
log.warning("Refresh token cannot be decoded. Galaxy does not support non-decodable refresh tokens.")
# If the refresh token is non-decodable, we do not use it because we cannot reliably determine its expiration date. See discussion in https://github.com/galaxyproject/galaxy/pull/20821