Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle auth token when cancelling the login #1

Open
fjaguero opened this issue Aug 21, 2014 · 2 comments
Open

Handle auth token when cancelling the login #1

fjaguero opened this issue Aug 21, 2014 · 2 comments

Comments

@fjaguero
Copy link
Member

screenshottwitta

After cancelling the authentication, twitter throws the following error: "It looks like that already used the token information you provided".

Steps to reproduce:

  • Launch the app
  • Click on "Conectarme"
  • Cancel authentication
  • Click on "Conectarme"

Launched in Firefox OS 1.4 simulator.

@willyaranda
Copy link
Member

Mmm… this might be related with SSL connection cache on my nginx deployment, or even spdy, that reuses the connection so express thinks (correctly) that it's the same user and does not create new tokens to connect to twitter.

@fjaguero
Copy link
Member Author

I will try to reproduce it in my environment

@fjaguero fjaguero added the ready label Sep 8, 2014
@fjaguero fjaguero removed the ready label Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants