crystal_slack icon indicating copy to clipboard operation
crystal_slack copied to clipboard

`Slack::API` cannot handle token rotations

Open HertzDevil opened this issue 1 year ago • 0 comments

New Slack apps may opt into token rotation which requires an OAuth2::Session or similar to handle token expiration and refreshing. Since Slack::API maintains a persistent connection, it would be nice if refreshing can be incorporated into Slack::API itself.

HertzDevil avatar Aug 25 '22 21:08 HertzDevil