Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doorkeeper to be used with grape >= 0.10 #915

Merged

Commits on Jan 5, 2017

  1. Update doorkeeper to be used with grape >= 0.10

    Grape has since long discouraged the use of options[:route_options] for custom additions. Since version 0.10 it cannot be used anymore like setup in the helpers in doorkeeper (grape is currently at 0.19.1).
    
    This PR fixes the behaviour to properly work with grape, and describes a bit better in the example how you could actually use it and set it up (if you want I can elaborate more in the readme).
    
    I think with this example and the change, most people should have enough with doorkeeper as is, and not need wine_bouncer at all.
    tim-vandecasteele committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    2c9eec5 View commit details
    Browse the repository at this point in the history