About 50 results
Open links in new tab
  1. Signing into slack-desktop not working on 4.23.0 64-bit (Ubuntu)

    Jan 26, 2022 · I suspect that slack changed in how they handle the links/links has changed - it aligns with slack upgrade in my case: slack-desktop:amd64 from 4.22.0 to 4.23.0. Looking at process list: …

  2. How do I sync a Slack workspace from mobile to desktop?

    Mar 3, 2021 · I was added to a Slack workspace by a coworker. I must've accepted something on the mobile app because I have access to the workspace there. Somehow, the desktop app never …

  3. "Sign in with Slack" keeps prompting user for permission every time

    Sep 7, 2017 · The slack's authorization code is only valid within 10 minutes so caching them wouldn't work. The access token is stored in the db but user must give some proof (authorization code) for …

  4. Slack OAuth token expiration - Stack Overflow

    Jan 16, 2023 · Correct, access tokens don't expire unless you have enabled token rotation. Yes, in that case the user would have to be redirected again. Yes, once a user uninstalls the app and the token …

  5. Way to get timestamp of last activity for all Slack users

    May 10, 2018 · It depends a bit how you define "active on Slack". If getting the date and time a user was logged in last is enough, take a look at team.accessLogs, which will give you the timestamp of the …

  6. Sign in with Slack with workspace email, email and password

    Dec 3, 2017 · I'm trying to integrate Slack in my app. The documentation explains how to sign in with Slack to a workspace with client ID. But I'd like to accomplish this situation: -User enters workspace …

  7. Slack sign in automatically without even asking for username

    Oct 30, 2022 · I did an integration between slack and azure to enable my users to connect to my slack workspace through azure AD using SAML sso sign in. The problem is once I have signed in using …

  8. Slack: change browser to open links from desktop app

    Apr 1, 2020 · I now have the Slack desktop app to keep in better communication with folks at work. But when I click on links from there, it goes to Brave where I am not logged-in to anything work related. Is …

  9. javascript - Slack automatic Login - Stack Overflow

    Feb 7, 2017 · But from what i have read in the documentation, the button allows users to log into my app with their slack credentials. Not to connect my app to slack, and thereby automatize the login …

  10. How to get logged in user's IP in slack - Stack Overflow

    I have been able to achieve this by looking the user id up in the slack accessLog api, you can then find the last login ip of the user, but you will need admin scope token.