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

NetworkTasks: Don’t treat missing refresh token as fatal error #41

Merged
merged 1 commit into from
Aug 16, 2017

Conversation

JohnSundell
Copy link
Contributor

This change makes it so that a refresh token is no longer required in the data returned from a network request. Some authentication services do not reply with a refresh token, making all requests fail. The change is to only assign the current locker’s refresh token if it exists in the data.

This change makes it so that a refresh token is no longer required in the
data returned from a network request. Some authentication services do not
reply with a refresh token, making all requests fail. The change is to
only assign the current locker’s refresh token if it exists in the data.
@JohnSundell JohnSundell merged commit 10c76b4 into master Aug 16, 2017
@JohnSundell JohnSundell deleted the no-refresh-token-not-fatal branch August 16, 2017 10:35
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

Successfully merging this pull request may close these issues.

2 participants