{% extends "base.html" %} {% block title %}Login - StarPunk Admin{% endblock %} {% block content %}

Admin Login

Sign in with your personal website using IndieLogin

Enter your website URL (must match admin configuration)
{% if config.DEV_MODE %}

Development mode active

Quick Dev Login (No Auth)
{% endif %}

What is IndieLogin?

IndieLogin allows you to sign in using your own website. No password required - just authenticate with your domain.

Learn more about IndieLogin
{% endblock %}