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
When using the Add to Slack button, there is an optional state parameter that allows you to send additional information that will be returned upon completion of the request (Slack recommends using it to avoid forgery attacks).
Is there a way to access this parameter? I will try opening a pull request to see if I can expose it in the creating callback so that users can take action based on it's value.
The text was updated successfully, but these errors were encountered:
When using the Add to Slack button, there is an optional
state
parameter that allows you to send additional information that will be returned upon completion of the request (Slack recommends using it to avoid forgery attacks).Is there a way to access this parameter? I will try opening a pull request to see if I can expose it in the
creating
callback so that users can take action based on it's value.The text was updated successfully, but these errors were encountered: