pallets-eco/flask-social

Twitter request authorization always

Closed this issue · 3 comments

I was trying this module and works great. But If a have an application already authorized in Twitter and I do logut/login, Twitter requests authorization again. I tried this with the example application and the problem is the same. It doesn't happen with Facebook. I'm not sure if it's a Twitter limitation or a limitation in Flask-Social.

@diegows I noticed this recently as well. I do not know when it started happening, but Twitter did at one point remember if you authorized the app. I haven't had much time to investigate yet.

Hi @mattupstate, I've just fixed it. There is an option in the app configuration in Twitter to enable single sign-on. Have a look at "Settings->Allow this application to be used to Sign in with Twitter".

@diegows awesome, thanks for the tip!