Monitoring, now with user accounts.

Sign in with Google to access your analytics dashboard and store provider API keys per account.

{% if error_message %}

{{ error_message }}

{% endif %} {% if dev_mode %}

🧪 Development Mode Enabled

Sign In as Test User

Email: test@stacksense.dev

{% endif %} {% if google_ready %} Continue with Google {% elif not dev_mode %}

Google OAuth is not configured yet. Add client credentials and restart dashboard.

STACKSENSE_GOOGLE_CLIENT_ID=your_client_id
STACKSENSE_GOOGLE_CLIENT_SECRET=your_client_secret
STACKSENSE_SESSION_SECRET=change_this_secret
STACKSENSE_ENCRYPTION_KEY=change_this_encryption_key
{% endif %}