Skip to content
Snippets Groups Projects
Commit 492224b9 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Allow non-https redirect URIs for OAuth apps (AndStatus seems to require this)

parent 96ad9b0d
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ Doorkeeper.configure do
# by default in non-development environments). OAuth2 delegates security in
# communication to the HTTPS protocol so it is wise to keep this enabled.
#
# force_ssl_in_redirect_uri !Rails.env.development?
force_ssl_in_redirect_uri false
# Specify what grant flows are enabled in array of Strings. The valid
# strings and the flows they enable are:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment