forked from kmrshntr/omniauth-slack
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi everyone,
I got this error.
NotImplementedError in Overrides::CustomOmniauthCallbacksController#redirect_callbacks
no default_devise_mapping set
here is how I set it up omniauth.rb
provider :slack, ENV['SLACK_ID'], ENV['SLACK_SECRET'], { scope: 'identity.basic,identity.email,identity.team,identity.avatar', provider_ignores_state: true }
I also overrided the controller to see what is inside of request.env['omniauth.params'] , but it was empty
What I'm doing wrong ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels