wine_bouncer
wine_bouncer copied to clipboard
A Ruby gem that allows Oauth2 protection with Doorkeeper for Grape Api's
Results
12
wine_bouncer issues
Sort by
recently updated
recently updated
newest added
Hi everyone, As explained in the title, my swagger json to be used with swagger-ui isn't publicly available with protected auth strategy. I want to enable protected auth strategy because...
Hi, When I use the the swagger strategy, my endpoint spits this out: ``` javascript { "apiVersion": "0.1", "swaggerVersion": "1.2", "resourcePath": "/users", "produces": [ "application/json" ], "apis": [ { "path":...