slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
158 stars 27 forks source link

Distribution of CLI apps to Workspaces not a member of #202

Open pranith12345 opened 1 year ago

pranith12345 commented 1 year ago

We have developed an app using the Latest CLI framework and we are currently looking the way to deploy this app to other workspaces . This app is using the External OAuth Authentication to Third-party App and using the Access token to access the APIs . This is working when we tested and deployed in my local workspace . We were looking a way to test this in other Workspaces outside of our environment.

Is the Above app (which uses External OAuth Authentication) can be implemented using the bolt framework

filmaj commented 1 year ago

Hello @pranith12345, are you asking how to distribute your app to Slack workspaces that you are not an owner of? Or something else?

pranith12345 commented 1 year ago

Yes . We are looking to distribute the app to workspace where we are currently not a member of

filmaj commented 1 year ago

At this time, it's not possible to distribute automation apps to workspaces you are not a member of or do not have access to, but follow our changelog for future announcements around this.

tjhiggins commented 11 months ago

@filmaj To confirm this sdk doesn't yet support an install link/oauth? Will keep watching the changelog, but any updates?

filmaj commented 11 months ago

@tjhiggins correct, no support for this yet, but it's on our roadmap. I think the only 'workaround' we have so far is to open source your application and let others install it into their own workspaces using the CLI - but this is not an option for many. Sorry I don't have a better answer right now! I hope we will in the coming months, though.

coeguru commented 3 weeks ago

@filmaj any update on this ?