-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Legacy Tokens may no longer be generatable #372
Comments
Feel free to submit a PR to correct the docs! |
@wasabigeek Are you able to confirm this is also the behavior of your slack account? |
I am seeing the same in my test account, which was created sometime last year (I don't think I was able to create it then either), as well as the bot we use at work (which is still on a legacy token, but created a few years ago). |
It might be worth bringing this up again, as the CLI requires the use of tokens that can no longer be generated. |
It looks like the whole library now has no working examples, at least as far as I can see. This appears to be a dead project. |
The library is alive and well, but the CLI documentation needs to be updated. The CLI also has a faraday incompatibility that was fixed in #434 and needs to be released (2.1.0) that I can do soon. I believe https://api.slack.com/tutorials/tracks/getting-a-token is the new/current way for getting a token, but I haven't tried - we also could extend samples to require an app token and generate a user token by authorizing a user. @nello Why don't you help us update the docs? |
It seems that new legacy tokens can't be generated any more, as described here.
![image](https://user-images.githubusercontent.com/31245140/112157690-dbf0c000-8bbd-11eb-85bf-f2e371da5f5e.png)
Am I correctly interpreting this message from [this page]
(https://api.slack.com/legacy/custom-integrations/legacy-tokens#token-mgmt)?
The text was updated successfully, but these errors were encountered: