OAuth authentication with expire

I do have a general question about a service where i need to deal with an authentication where a token, which has been obtained, will only remain valid for 10 minutes.

Is there a way to ensure that a new token (via oauth) will be requested? I struggle to understand, how the authentication could be managed. Or will a new token be requested for each request anyway?

Hi @azngeek, n8n would try to refresh your OAuth2 token automatically when it encounters a response code suggesting it has expired. Are you running into any trouble with this?