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

No method error 'ignore_existing_warden_users' for Grape devise token auth #13

Open
abhilashak opened this issue Aug 5, 2016 · 0 comments

Comments

@abhilashak
Copy link

abhilashak commented Aug 5, 2016

The documentation says " If you are having issues with users persisting across logins or you do not want to integrate with devise, you can disable the integration with devise during setup"

GrapeDeviseTokenAuth.setup! do |config|
config.ignore_existing_warden_users = true
end

But there is not such method exists.

config/initializers/grape_devise_token_auth.rb:10:inblock in <top (required)>': undefined method ignore_existing_warden_users=' for #<GrapeDeviseTokenAuth::Configuration:0x000000072731a0> (NoMethodError)

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

1 participant