{% extends 'oauth2_capture/base.html' %} {% block content %}

OAuth2 Capture Management

Logged in as {{ request.user }}

Goto to admin

Active Connections

{% for connection in connections %} {% empty %} {% endfor %}
Provider Username Token Expired Expired At Actions
{{ connection.provider }} {{ connection.username }} {{ connection.is_expired }} {{ connection.expires_in_humanized }} Revoke
No connections

Add new connections


{% endblock %}