arunagw / omniauth-twitter

OmniAuth strategy for Twitter
http://arunagw.github.io/omniauth-twitter/
578 stars 167 forks source link

No way to set protocol for redirect_uri #130

Open meliborn opened 6 years ago

meliborn commented 6 years ago

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?