Skip to content

feat: add bulk device query method to TOTPStorage interface#186

Merged
tamassoltesz merged 3 commits into
8.4from
feat/bulk-mfa-query-apis
Feb 12, 2026
Merged

feat: add bulk device query method to TOTPStorage interface#186
tamassoltesz merged 3 commits into
8.4from
feat/bulk-mfa-query-apis

Conversation

@porcellus
Copy link
Copy Markdown
Collaborator

Adds getDevicesForMultipleUsers method to query TOTP devices for multiple users in a single call.

Summary of change

(A few sentences about this PR)

Related issues

  • Link to issue1 here
  • Link to issue1 here

Checklist for important updates

  • Changelog has been updated
  • Changes to the version if needed
    • In build.gradle
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the
      latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

Remaining TODOs for this PR

  • Item1
  • Item2

Adds getDevicesForMultipleUsers method to query TOTP devices
for multiple users in a single call.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Comment thread build.gradle Outdated
@tamassoltesz tamassoltesz changed the base branch from 8.3 to 8.4 February 12, 2026 14:07
@tamassoltesz tamassoltesz merged commit 04114e5 into 8.4 Feb 12, 2026
3 checks passed
@tamassoltesz tamassoltesz deleted the feat/bulk-mfa-query-apis branch February 12, 2026 14: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.

2 participants