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

Allow #force_ssl_in_redirect_uri to be callable #1033

Merged
merged 1 commit into from
Feb 12, 2018

Conversation

nbulaj
Copy link
Member

@nbulaj nbulaj commented Feb 12, 2018

Allow Doorkeeper configuration option #force_ssl_in_redirect_uri to be a callable object (proc, lambda, block or any object that responds to #call). It allows to provide more conditional way of requiring SSL redirect URIs for different purposes (allow localhost URI's for native, etc).

Close #1016

Allow Doorkeeper configuration option #force_ssl_in_redirect_uri to
be a callable object (proc, lambda, block or any object that
responds to #call). It allows to provide more conditional way of
requiring SSL redirect URIs for different purposes (allow localhost
URI's for native, etc).

Close #1016
@nbulaj nbulaj merged commit 4fd8ef2 into master Feb 12, 2018
@nbulaj nbulaj deleted the force_ssl_redirect_uri_callable branch February 13, 2018 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant