Currently, ok-client doesn't acknowledge the fact that the refresh_token changes when used. This means that after the first automatic token refresh, a subsequent refresh will require manual approval (since the token will be incorrect). This PR should fix this issue.
Currently,
ok-client
doesn't acknowledge the fact that therefresh_token
changes when used. This means that after the first automatic token refresh, a subsequent refresh will require manual approval (since the token will be incorrect). This PR should fix this issue.