Discussions
No response from authentication causing stale refresh token
15 days ago by Test User
Hi I noticed in one of the automations I set up for a client couple months back while using oauth2 that sometimes a request for a new access token doesnt respond at all. This had been running as normal and one day the endpoint just didnt respond to a call for a new access token. Retries dont work because now when I try the server says the refresh token has already been used. So it seems some processing would have occurred but the response never got sent or something. Its not great experience having the client to keep reauthenticating manually to set up a new refresh token so I ended up just using an api key. Is this something that normally happens?