Skip to content
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

OAuth doesn't work as expected #93

Open
chabou opened this issue Apr 26, 2023 · 1 comment
Open

OAuth doesn't work as expected #93

chabou opened this issue Apr 26, 2023 · 1 comment

Comments

@chabou
Copy link

chabou commented Apr 26, 2023

Hello, this project looks awesome.

I am trying to configure it but authentification fails. Token is undefined. (I retried a lot)
image

Is it normal to have a HTTP and not HTTPS callback?
Is this project discontinued?

Thank you for your help

@rayjanoka
Copy link

rayjanoka commented Jun 1, 2023

it looks like the scopes changed and need to be updated to this, but the https://slackcat.chat site sets this so I don't think we can fix this part ourselves..

channels:read+groups:read+im:read+mpim:read+users:read+chat:write+files:write+chat:write

You can just create your own slack app with these scopes and use that app's oauth token in your ~/.slackcat.

["chat:write", "im:read", "mpim:read", "channels:read", "groups:read", "files:write", "users:read"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants