authentication works
[anoweco.git] / data / templates / auth-index.htm
diff --git a/data/templates/auth-index.htm b/data/templates/auth-index.htm
new file mode 100644 (file)
index 0000000..ce6329b
--- /dev/null
@@ -0,0 +1,18 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+  <meta charset="utf-8"/>
+  <title>IndieAuth endpoint</title>
+ </head>
+ <body>
+  <h1>IndieAuth endpoint</h1>
+  <p>
+   This is an anonymous authentication and authorization
+   endpoint for the IndieAuth protocol.
+  </p>
+  <p>
+   When asked about your website on an IndieAuth login screen,
+   simply type:
+  </p>
+  <pre>{{baseurl}}</pre>
+ </body>
+</html>