Refresh token expires along with access token in slack token rotation
I’m developing a Slack app where I’ve implemented token rotation using the slack-go/slack library in Go. Specifically, I’m using the RefreshOAuthV2Token method to refresh access tokens. However, I’ve encountered an issue where the refresh token also expires along with the access token, causing issues with token rotation.