grape-doorkeeper
grape-doorkeeper copied to clipboard
Integration Grape with Doorkeeper
Hello, I have just noticed that if there is an Authentication error the response includes the WWW-Authenticate header like `WWW-authenticate OAuth realm='OAuth API', error='invalid_token'` According to the specification https://tools.ietf.org/html/rfc6750#page-7 it...
Hey, I just wanted to upgrade to doorkeeper 2.0 and grape 0.10 and noticed, that this gem doesn't work anymore. It seems that `Doorkeeper::DoorkeeperForBuilder.create_doorkeeper_for(*args)` has been removed from doorkeeper. So,...
When trying to call my api with a valid access token I get the following error. {message":"private method `scopes' called for #\u003cDoorkeeper::AllDoorkeeperFor:0x595e4f8\u003e"}
Hi, your lib is awesome Could you collaborate together @fuCtor and @nielsgl. Merge improvements form https://github.com/nielsgl/grape-doorkeeper and push the code to rubygems? Do you need any help @fuCtor @nielsgl?
I was initially confused why I couldn't use HTTP Basic Auth to pass in the token, nor using `access_token` param until I dug through the code to find out how...
Hi, I have an error when I try to use doorkeeper_for in my files. ERROR NoMethodError: undefined method `split' for nil:NilClass