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

Add User.revoke_sessions #20601

Merged
merged 5 commits into from
Oct 9, 2020
Merged

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    0bd0c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b3bf27 View commit details
    Browse the repository at this point in the history
  3. [TokenManager] Track user tokens

    Implements methods for tracking user tokens for a given userid so they
    can be deleted all at once.
    NickLaMuro committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    d809ae9 View commit details
    Browse the repository at this point in the history
  4. [User#revoke_sessions] Remove API tokens

    Makes the instance variable `@token_store` of `TokenStore` a
    `cattr_reader`, and then uses that to loop through each of the token
    stores to delete all of the sessions associated with the currently
    instanced userid.
    NickLaMuro committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    66b3c1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b4679d View commit details
    Browse the repository at this point in the history