artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
685 stars 217 forks source link

sign in with twitter always redirects #141

Open peterlevin opened 9 years ago

peterlevin commented 9 years ago

Once a user auth's our app, should Logging in always go to twitter after it is already auth'd? We always see a quick flash of "redirecting you back to the application" from Twitter. Can this be avoided?

Thanks.