|
- Sign in with Slack keeps prompting user for permission every time
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 their identity again to be able to use that access token
- Signing into slack-desktop not working on 4. 23. 0 64-bit (Ubuntu)
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: the slack website asks browser to open link with upper case kde-open5 is run with correct link slack is run with lower-cased workspace
- Way to get timestamp of last activity for all Slack users
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 last login for every user (date_last) This will not reflect whether the user performed any activity, e g posting a message or uploading a file though However, note that this API method works for paid
- Sign in with Slack with workspace email, email and password
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 email
- How do I sync a Slack workspace from mobile to desktop?
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 reflected this change and
- Slack sign in automatically without even asking for username
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 any browser, when I sign out and try to sign in again I get automatically signed in without even asking for at least a username
- Get Slack User Token for Slack API - Stack Overflow
I'm writing a script that posts automated messages as me I having a hard time finding my user token Do I have to create an app?
- Slack OAuth token expiration - Stack Overflow
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 is revoked, that token will never be useable again When the same user re-installs the app a new access token is provided
|
|
|