Make saveBot required in the InstallationService interface.
I had to read the source code to understand why token rotation was not working and it was because in the InstallationService that i built, it didn't implement the saveBot which is used in the MultiTeamsAuthorization for token rotation. Hence it shouldn't have a default implementation.
Category (place an x in each of the [ ])
Requirements
Please make sure if this topic is specific to this SDK. For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.
Make
saveBotrequired in theInstallationServiceinterface.I had to read the source code to understand why token rotation was not working and it was because in the
InstallationServicethat i built, it didn't implement thesaveBotwhich is used in theMultiTeamsAuthorizationfor token rotation. Hence it shouldn't have adefaultimplementation.Category (place an
xin each of the[ ])Requirements
Please make sure if this topic is specific to this SDK. For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.