antek-drzewiecki / wine_bouncer

A Ruby gem that allows Oauth2 protection with Doorkeeper for Grape Api's
MIT License
112 stars 58 forks source link

Compatibility to newer Grape versions possible? #83

Open JustLime opened 1 year ago

JustLime commented 1 year ago

Hey @antek-drzewiecki,

first of all, thank you very much for all the hard work you contributed into this gem!

For one of my projects I use the newest version of Grape and auto-generate the documentation using the grape-swagger gem. But when I want to use authentication using doorkeeper it would be very nice to use wine_bouncer for it as it would take off so much work.

My question: is it possible that this gem gets a release for newer Grape versions?

Thank you very much in advance! :)