{% extends "base.html" %} {% block title %}Sessions{% endblock %} {% block content %}
All active login sessions for your account. Revoke any session you don't recognise.
Loading sessions…
You have no active sessions other than this one.
| Device / User Agent | IP Address | Created | Expires | Action |
|---|---|---|---|---|
|
|
Each login creates a session backed by a refresh token. Revoking a session immediately invalidates the refresh token — the user will need to log in again on that device. Access tokens remain valid until they expire (usually 15 minutes).