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

Revoke refresh token on Logout #1574

Merged
merged 3 commits into from
Sep 27, 2017
Merged

Revoke refresh token on Logout #1574

merged 3 commits into from
Sep 27, 2017

Conversation

nirinchev
Copy link
Member

Description

Fixes #1561

TODO

  • Changelog entry
  • Tests (if applicable)
  • Update PCL (if applicable)

@@ -170,6 +170,16 @@ public void LogOut()
}

/// <summary>
/// Logs out the user from the Realm Object Server. Once the Object Server has confirmed the logout the user credentials will be deleted from this device.
/// </summary>
[Obsolete("Use LogOutAsync instead")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this attribute should be on the LogOut method.

@nirinchev nirinchev changed the base branch from ni/fix-user-info to master September 27, 2017 09:18
@nirinchev nirinchev merged commit 15a1254 into master Sep 27, 2017
@nirinchev nirinchev deleted the ni/revoke-on-logout branch September 27, 2017 12:49
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants