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

OAuth fixes #736

Merged
merged 4 commits into from
May 11, 2017
Merged

OAuth fixes #736

merged 4 commits into from
May 11, 2017

Conversation

peppy
Copy link
Sponsor Member

@peppy peppy commented May 11, 2017

  • Fixes refresh tokens not working.
  • Adds more thread safety to authentication.

// we want to ensure only a single authentication update is happening at once.
lock (access_token_retrieval_lock)
{
// re-check if valid, in case another requrest completed and revalidated our access.

This comment was marked as off-topic.

@smoogipoo smoogipoo merged commit 98e5b64 into ppy:master May 11, 2017
@peppy peppy deleted the oauth-fixes branch May 18, 2017 03:08
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.

3 participants