DEV Community

Discussion on: Devise: create a local OmniAuth strategy for Slack

Collapse
 
jaimealvarez1984 profile image
Jaime Alvarez Acuña

Hi Vicent.
I'm facing the same problem you had. I want my application can login with Devise and Google and Slack. Your post really helped me because I could resolve the issues with gems.
But now, what is the endpoint I have to configure on my Slack app?
localhost:5000/auth/slack/callback, I have this one, but I seems that does not work.
Thanks.