{% extends 'base.html' %} {% comment %} # sso_client/templates/sso_client/developer_dashboard.html {% endcomment %} {% block content %} Developer Dashboard - {{ page_title }}

Developer Dashboard

Role: {{ user.get_role_display }}

{{ user.get_full_name }} Logout

Welcome, {{ user.first_name }}! 👨‍💻

You have developer access to {{ user.organization_name }}

API Keys

Manage your API authentication keys and tokens.

Manage Keys →

Documentation

Access API docs, guides, and code examples.

View Docs →

Webhooks

Configure webhook endpoints and events.

Configure →

API Logs

Monitor API requests, errors, and performance.

View Logs →

Testing Tools

Test API endpoints with our built-in tools.

Start Testing →

SDKs

Download client libraries for your language.

Download →

Quick Stats

12

API Keys

1.2M

API Calls (30d)

5

Webhooks

99.9%

Uptime

Your Account

Email

{{ user.email }}

Organization

{{ user.organization_name|default:"No Organization" }}

Role

{{ user.get_role_display }}

Member Since

{{ user.created_at|date:"M d, Y" }}

{% endblock content %}