grape-oauth2 / grape_oauth2

Flexible, ORM-agnostic, fully customizable and simple OAuth2 provider for Grape API
41 stars 23 forks source link

Update to grape 1.4 #13

Open kubaracek opened 4 years ago

kubaracek commented 4 years ago

Having troubles running this on grape 1.4.0 as the base response complains on

NoMethodError:
        undefined method `body' for #<Array:0x00000000046366a0>

It seems like the response changed and the second position of rack response now returns body directly (not a response object)

Tests are passing and works with my rails app using grape 1.4