{% extends "base.html" %} {% block title %}Sessions{% endblock %} {% block content %}

Active Sessions

All active login sessions for your account. Revoke any session you don't recognise.

Sessions

Loading sessions…

No active sessions

You have no active sessions other than this one.

Device / User Agent IP Address Created Expires Action

About Sessions

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).

{% endblock %}