[v 2.3.9] Bug with refresh_token API

Hello,

In 2.3.8 version there was a bug wich made the refresh token unusable. I upgrade on 2.3.9 after i’ve seen on gihtub that it was fixed on that version.

Now on 2.3.9 i can use refresh token to get a new access token but only once, the second time I try to refresh I have this error :

image

Can you please tell me if it’s indeed a bug and if so, will it be fixed soon?

Thank you

Hello!

oauth2 refresh tokens are one time use - when you get an access token using a refresh token you also get a new refresh token.

I hope that helps!

Thanks,
Dan

1 Like

Thank you very much for your answer!

If refresh tokens are one time use, should i assume that they have no expire date?