Skip to content

Comments

feat(api,ui): add last active tracking to admin sessions#107

Merged
skylenet merged 1 commit intomasterfrom
last-session
Feb 24, 2026
Merged

feat(api,ui): add last active tracking to admin sessions#107
skylenet merged 1 commit intomasterfrom
last-session

Conversation

@skylenet
Copy link
Member

Track when sessions were last used by updating a last_active_at field in the auth middleware (throttled to once per 5 minutes). Display the value in the admin sessions table.

Also fix all session timestamps to use UTC consistently, since the response format uses a literal 'Z' suffix that implies UTC.

Track when sessions were last used by updating a last_active_at
field in the auth middleware (throttled to once per 5 minutes).
Display the value in the admin sessions table.

Also fix all session timestamps to use UTC consistently, since the
response format uses a literal 'Z' suffix that implies UTC.
@skylenet skylenet merged commit cd2252f into master Feb 24, 2026
7 checks passed
@skylenet skylenet deleted the last-session branch February 24, 2026 21:36
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.

1 participant