authentication works
[anoweco.git] / data / templates / auth-index.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <meta charset="utf-8"/>
4   <title>IndieAuth endpoint</title>
5  </head>
6  <body>
7   <h1>IndieAuth endpoint</h1>
8   <p>
9    This is an anonymous authentication and authorization
10    endpoint for the IndieAuth protocol.
11   </p>
12   <p>
13    When asked about your website on an IndieAuth login screen,
14    simply type:
15   </p>
16   <pre>{{baseurl}}</pre>
17  </body>
18 </html>