oauth 回调地址允许非https
This commit is contained in:
parent
abaec8c115
commit
7045fb3960
|
@ -285,7 +285,7 @@ Doorkeeper.configure do
|
|||
# #call can be used in order to allow conditional checks (to allow non-SSL
|
||||
# redirects to localhost for example).
|
||||
#
|
||||
# force_ssl_in_redirect_uri !Rails.env.development?
|
||||
force_ssl_in_redirect_uri false
|
||||
#
|
||||
# force_ssl_in_redirect_uri { |uri| uri.host != 'localhost' }
|
||||
|
||||
|
|
Loading…
Reference in New Issue