Make the IndieAuth authorisation endpoint discoverable :o

This commit is contained in:
Danielle McLean 2017-10-29 17:08:36 +11:00
parent acce72e90e
commit 360063845e
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<link rel="canonical" href="{{ uri }}" />
{% block head %}{% endblock %}
<link rel="authorization_endpoint" href="{% url 'lemonauth:indie' %}" />
<link rel="hub" href="{% get_push_hub %}" />
<link rel="self" href="{{ uri }}" />