forked from 00dani/lemoncurry
Half-implement an IndieAuth authorization endpoint - it accepts the right parameters, verifies your client_id, and displays a prompt, but you can't actually approve the auth yet
This commit is contained in:
parent
d234fd942d
commit
93be2f5a32
7 changed files with 145 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
{% include 'meta/meta.html' %}
|
||||
{% placeFavicon %}
|
||||
|
||||
<link rel="authorization_endpoint" href="{% url 'lemonauth:indie' %}" />
|
||||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
|
||||
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous" />
|
||||
{% compress css %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue