forked from 00dani/lemoncurry
Use the full URI of the current page as the OpenID delegate, rather than just the origin
This commit is contained in:
parent
8932317f08
commit
0860f37ac0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<link rel="authorization_endpoint" href="{{ origin }}{% url 'lemonauth:indie' %}" />
|
<link rel="authorization_endpoint" href="{{ origin }}{% url 'lemonauth:indie' %}" />
|
||||||
<link rel="token_endpoint" href="{{ origin }}{% url 'lemonauth:token' %}" />
|
<link rel="token_endpoint" href="{{ origin }}{% url 'lemonauth:token' %}" />
|
||||||
<link rel="micropub" href="{{ origin }}{% url 'micropub:micropub' %}" />
|
<link rel="micropub" href="{{ origin }}{% url 'micropub:micropub' %}" />
|
||||||
<link rel="openid.delegate" href="{{ origin }}" />
|
<link rel="openid.delegate" href="{{ uri }}" />
|
||||||
<link rel="openid.server" href="https://openid.indieauth.com/openid" />
|
<link rel="openid.server" href="https://openid.indieauth.com/openid" />
|
||||||
|
|
||||||
<link rel="hub" href="{% get_push_hub %}" />
|
<link rel="hub" href="{% get_push_hub %}" />
|
||||||
|
|
Loading…
Reference in a new issue