bradpsheehan/feed_engine

Twitter 'logout' de-authorized RunLine app instead of just loggin the user out

Closed this issue · 2 comments

Every time I hit 'logout' and then sign-in again, it takes me to the 'authorize this app' page instead of just signing me in. We need to get it so that logout just logs user out instead of de-authorizing the RunLine app.

Are you sure? It seems to me that going to "/signout" simply sets the user session id to nil. It doesn't erase a users oauth token/secret or even hit twitter as far as I can tell. Can you elaborate?

I'm experiencing the same thing. Every time I try to login again, I have to
reauthorize the application.

On Fri, May 17, 2013 at 1:20 PM, John Maddux notifications@github.comwrote:

Are you sure? It seems to me that going to "/signout" simply sets the user
session id to nil. It doesn't erase a users oauth token/secret or even hit
twitter as far as I can tell. Can you elaborate?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-18081047
.