Suvra

Account

The Account page (/dashboard/account) shows the signed-in user's identity, current sessions, and security actions. No permission gate — every authenticated user sees their own account.

Info cards

CardContent
IdentityDisplay name (falls back to user_id) + email
Last LoginUTC timestamp of last successful login, failed-login counter
Active SessionsSession count + auth kind (password / token / SSO)

Security actions

  • Reset password — starts the password reset flow for the signed-in email
  • Log out all sessionsPOST /dashboard/account/logout-all — revokes every session token for the user, forcing a fresh login everywhere

Recent Sessions

ColumnDescription
Sessionsession_id in code format
Statusactive / revoked / expired
CreatedUTC timestamp
ExpiresUTC timestamp
Last SeenUTC timestamp or -
Revoked ByActor who revoked the session, or -

Use this panel to spot unexpected sessions or to confirm that a logout-all actually cleared everything.

Related

  • Users — manage other users (admin only)