oauth 回调地址允许非https

This commit is contained in:
xxq250 2023-03-29 16:57:19 +08:00
parent abaec8c115
commit 7045fb3960
1 changed files with 1 additions and 1 deletions

View File

@ -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' }