Browse Source

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

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
492224b93f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/initializers/doorkeeper.rb

+ 1
- 1
config/initializers/doorkeeper.rb View File

@ -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:

Loading…
Cancel
Save