omniauth-twitter icon indicating copy to clipboard operation
omniauth-twitter copied to clipboard

No way to set protocol for redirect_uri

Open meliborn opened this issue 6 years ago • 0 comments

Most of rails projects handled by nginx. Internally, all urls in rails app comes http-only. Nginx does other job to provide https links. So now, I can't force https protocol in redirect_uri. In omniauth, there is OmniAuth.config.full_host option (facebook strategy use it). Maybe it's better to do the same?

meliborn avatar Jun 16 '18 20:06 meliborn