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

Prevent firing multiple requests? #92

Closed
marcelofabri opened this issue Aug 12, 2016 · 3 comments
Closed

Prevent firing multiple requests? #92

marcelofabri opened this issue Aug 12, 2016 · 3 comments

Comments

@marcelofabri
Copy link
Contributor

From what I've seen in the code, no special treatment is done to prevent multiple network calls being fired in authenticateRequest.

This can be a problem, as a server can invalidate one of the returned tokens. Should the library handle this?

@Stengo
Copy link
Contributor

Stengo commented Aug 16, 2016

Great catch! We looked into this and I just opened a pull request that should fix the issue.

@felixvisee
Copy link
Contributor

See #93.

@marcelofabri
Copy link
Contributor Author

Fixed by #93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants