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

Change token to API ? #8

Open
cerw opened this issue Aug 6, 2020 · 3 comments
Open

Change token to API ? #8

cerw opened this issue Aug 6, 2020 · 3 comments

Comments

@cerw
Copy link

cerw commented Aug 6, 2020

Can not create token anymore whats' workaround?

@matthutchinson
Copy link
Member

Slack have deprecated their old legacy token method for their API, I (or someone) needs to reimplement this plugin against their new auth.

@nwhatt
Copy link

nwhatt commented Apr 2, 2021

In case anyone here is stuck - the plugin doesn't need to be re-implemented, the new auth works with the plugin as-is.

To get new auth set up for your team first create an app:
image

Next to OAuth and Permissions:
image

Add the files: write scope
image

You need to "reinstall to workspace"
image

Finally, grab the token from here:
image

Someone could theoretically just publish a "lolcommits" app and remove a bunch of these steps.

@matthutchinson
Copy link
Member

I'm looking to publish an official app soon, just seeing how I can work around grabbing OAuth credentials, since Slack needs a real (https served) domain for connecting to work. I figure I can use lolcommits.com tho, since I have that, then redirect to local server to complete the connect (like I do on the lolcommits-tumblr plugin).

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

No branches or pull requests

3 participants