
- Logout of slack desktop app how to#
- Logout of slack desktop app install#
- Logout of slack desktop app full#
Scientifically proven (or at least rumored) to make your working life simpler, more pleasant, and more productive.

Logout of slack desktop app how to#
You then have two basic approaches how to handle the connect back to your desktop app: You app can open a browser window and redirect to the web helper app to start the login process. This web helper app is basically a small web site, which performs the complete Oauth dance for the installation process into a new Slack workspace. redirecting back to a local web server will not work, since Slack will most likely not be able to reach it), you will need a web helper app that runs on a web server and is reachable from the Internet. However, since you can not assume that the local machines of your users are reachable from the Internet (e.g. Slack is using Oauth 2.0, so in principle all the standard answers from this older Oauth wiki article should work for Slack too.
Logout of slack desktop app full#
If you plan to distribute your desktop app to multiple Slack workspaces you will need to support the full Oauth installation process. To start, click the menu arrow next to your workspace name. You can’t do this from the mobile app though, so you’ll need your computer. The process can be done in either the Slack web app or the Slack desktop client, and is exactly the same in both. The resulting token has no expiration date and has not to be refrehed.ĭesktop app for multiple Slack workspaces Whatever the reason, there’s a simple way to log out all users and devices. I also like to clarify upfront that your app only needs to run the Oauth process ONCE for installing it into a new Slack workspace. Create a legacy token for your Slack workspace and then copy & paste to your desk (not recommended).Of your Slack app and then copy & paste the token to your desktop app
Logout of slack desktop app install#
Install your app as internal integration via the management page.

In that case your app does not need to support the full Oauth work flow and you have two options: Before we get into more details please note that there is an easy solution if you plan to use your desktop app for your own Slack workspace ONLY.
