You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned at #975, there is no way to directly redirect installers to the authorize url with the out-of-the-box receivers. Also, the code that generates the /slack/install endpoint is not yet customizable for developers. We can enhance all the built-in receivers to accept a function that render "/slack/install" web page content as part of installerOptions.
As reference, other Bolt frameworks enables this in the following ways:
Description
As mentioned at #975, there is no way to directly redirect installers to the authorize url with the out-of-the-box receivers. Also, the code that generates the
/slack/install
endpoint is not yet customizable for developers. We can enhance all the built-in receivers to accept a function that render "/slack/install" web page content as part ofinstallerOptions
.As reference, other Bolt frameworks enables this in the following ways:
Note that this task is related to #977.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: