[GH-ISSUE #1263] revokeAll() doesn't exist on multi session plugin #17294

Closed
opened 2026-04-15 15:23:31 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @mmikhan on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/1263

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

The following method revokeAll() is documented to revoke all sessions when using the multi session plugin but it doesn't exist anywhere in the codebase.

await authClient.multiSession.revokeAll();

Current vs. Expected behavior

The method revokeAll() shall exist to revoke all the sessions when multi session plugin is used.

What version of Better Auth are you using?

1.1.13

Provide environment information

- OS: Mac
- Browser: Chrome

Which area(s) are affected? (Select all that apply)

Package, Documentation

Auth config (if applicable)


Additional context

No response

Originally created by @mmikhan on GitHub (Jan 21, 2025). Original GitHub issue: https://github.com/better-auth/better-auth/issues/1263 ### Is this suited for github? - [x] Yes, this is suited for github ### To Reproduce The following method `revokeAll()` is [documented](https://github.com/better-auth/better-auth/blob/9719fee6bfee24b6562ec5e991b8fbe292ff132f/docs/content/docs/plugins/multi-session.mdx#revoke-all-sessions) to revoke all sessions when using the multi session plugin but it doesn't exist anywhere in the codebase. ```javascript await authClient.multiSession.revokeAll(); ``` ### Current vs. Expected behavior The method `revokeAll()` shall exist to revoke all the sessions when multi session plugin is used. ### What version of Better Auth are you using? 1.1.13 ### Provide environment information ```bash - OS: Mac - Browser: Chrome ``` ### Which area(s) are affected? (Select all that apply) Package, Documentation ### Auth config (if applicable) ```typescript ``` ### Additional context _No response_
GiteaMirror added the stalelockedbug labels 2026-04-15 15:23:31 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Jun 12, 2025):

Hi, @mmikhan. I'm Dosu, and I'm helping the better-auth team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • You reported the absence of the revokeAll() method in the multi-session plugin.
  • The method is documented but missing in version 1.1.13.
  • This discrepancy affects both functionality and documentation.

Next Steps:

  • Please confirm if this issue is still relevant to the latest version of the better-auth repository by commenting here.
  • If there is no response, the issue will be automatically closed in 7 days.

Thank you for your understanding and contribution!

<!-- gh-comment-id:2967418535 --> @dosubot[bot] commented on GitHub (Jun 12, 2025): Hi, @mmikhan. I'm [Dosu](https://dosu.dev), and I'm helping the better-auth team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - You reported the absence of the `revokeAll()` method in the multi-session plugin. - The method is documented but missing in version 1.1.13. - This discrepancy affects both functionality and documentation. **Next Steps:** - Please confirm if this issue is still relevant to the latest version of the better-auth repository by commenting here. - If there is no response, the issue will be automatically closed in 7 days. Thank you for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#17294