{% extends 'base.html' %} {% load static %} {% block title %}Social Accounts - Account Management{% endblock %} {% block content %}
{{ stats.total_accounts|default:4 }}
Linked Accounts
{{ stats.active_accounts|default:3 }}
Active Accounts
{{ stats.login_enabled|default:2 }}
Login Enabled
{{ stats.last_used_days|default:2 }}
Days Since Last Use
Available Social Providers
Google
Microsoft
GitHub
LinkedIn
Facebook
Twitter
Provider Account Status Permissions Linked Date Last Used Actions
Google
OAuth 2.0
Active
Login Enabled
Profile Email 2 permissions
Jan 15, 2024 3 months ago
Today 09:30 AM 2 hours ago
Microsoft
OAuth 2.0
Active
Login Disabled
Profile Email Calendar 3 permissions
Feb 20, 2024 2 months ago
Apr 10, 2024 5 days ago
GitHub
OAuth 2.0
Limited
Token Expired
Profile Repositories 2 permissions
Mar 05, 2024 1 month ago
Mar 20, 2024 3 weeks ago
Security & Privacy Information
Benefits
  • Quick and secure login
  • Automatic profile updates
  • Enhanced security with OAuth
Privacy Notes
  • Only requested permissions are accessed
  • We never post on your behalf
  • Your data remains private
{% endblock %}