grape-devise icon indicating copy to clipboard operation
grape-devise copied to clipboard

Devise integration gem for Grape API framework

Results 4 grape-devise issues
Sort by recently updated
recently updated
newest added

When I add `Devise.add_mapping(:users, {})`, it errors out with: ``` sh .bundle/ruby/2.2.0/gems/devise-3.5.1/lib/devise/failure_app.rb:13:in `': undefined method `routes' for nil:NilClass (NoMethodError) ``` Line 13 of devise's `failure_app.rb` is `include Rails.application.routes.url_helpers`. Perhaps it's...

Doesn't show up here: https://rubygems.org/search?utf8=✓&query=grape+devise

Add to https://github.com/ruby-grape/ruby-grape.github.io/blob/master/projects/index.md please.

It would be really helpful if this gem supports registration. I don't know much of ROR but I want to develop the registration module support. Can you give me some...