store: DeleteSessionsByUserID for force-logout

This commit is contained in:
2026-05-05 09:08:04 +01:00
parent 93d857d995
commit e76a383813
3 changed files with 69 additions and 0 deletions
+9
View File
@@ -2,10 +2,19 @@
Project-specific rules for Claude when working in this repo.
## Commands
Is the user types in any of the following, follow the instructions in the table
| Command | Action |
| --- | --- |
| :release | trigger subagent to commit (if needed), push (if needed), raise PR, wait for PR to pass or fail. If fail, report back. If pass, merge in to main |
## Repo
The repo lives inside a Gitea instance; `tea` CLI is available for use by agents
## Run `go vet` before every commit
CI runs `go vet ./...` and will fail the build on any vet error.