Description
Hello! For now, I'm using @slack/oauth to handle my OAuth installation (because the callback to persist data is unavailable in bolt see #1211).
I'm planning to migrate my installation workflow over to @slack/bolt soon (as soon as v3.11 is released) and will take the opportunity to use token rotation.
In the documentation, it is said that:
Bolt for JavaScript supports and will handle token rotation automatically so long as the built-in OAuth functionality is used.
Does this mean that there is nothing to be done to handle token rotation? If I use OAuth with bolt with the various methods (storeInstallation, fetchInstallation), the token will be updated automatically?
Does this use events? I think I'm missing something here.
Furthermore, I can't find any documentation on token rotation for @slack/oauth, is it not handled by this package?
Thanks in advance!
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Description
Hello! For now, I'm using
@slack/oauthto handle my OAuth installation (because the callback to persist data is unavailable in bolt see #1211).I'm planning to migrate my installation workflow over to
@slack/boltsoon (as soon asv3.11is released) and will take the opportunity to use token rotation.In the documentation, it is said that:
Does this mean that there is nothing to be done to handle token rotation? If I use OAuth with bolt with the various methods (
storeInstallation,fetchInstallation), the token will be updated automatically?Does this use
events? I think I'm missing something here.Furthermore, I can't find any documentation on token rotation for
@slack/oauth, is it not handled by this package?Thanks in advance!
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])