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

[stable25] invalidate existing tokens when deleting an oauth client #37231

Merged
merged 10 commits into from
Jun 15, 2023

Commits on Jun 15, 2023

  1. invalidate existing tokens when deleting an oauth client

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    91b599f View commit details
    Browse the repository at this point in the history
  2. public interface to invalidate tokens of user

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f0d1822 View commit details
    Browse the repository at this point in the history
  3. adjust SettingsController tests

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fdfde4e View commit details
    Browse the repository at this point in the history
  4. unit tests for Manager::invalidateTokensOfUser

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    37c017c View commit details
    Browse the repository at this point in the history
  5. added @SInCE tag

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b44dfd0 View commit details
    Browse the repository at this point in the history
  6. autoloaderchecker

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    33512bb View commit details
    Browse the repository at this point in the history
  7. move mocks into private variables

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f922734 View commit details
    Browse the repository at this point in the history
  8. invalidate oauth2 tokens only for seen users

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    183e1b9 View commit details
    Browse the repository at this point in the history
  9. expect invalidateTokensOfUser only be called for seen users

    Signed-off-by: Artur Neumann <artur@jankaritech.com>
    individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0be74df View commit details
    Browse the repository at this point in the history
  10. Adjust @SInCE annotation

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and individual-it committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    28b9cfb View commit details
    Browse the repository at this point in the history