From 3f82ec2f757c62c25a31b461e0a0cddc14886117 Mon Sep 17 00:00:00 2001
From: Aaron Parecki
Date: Sat, 24 May 2014 14:41:21 -0700
Subject: Working app! Copied signin logic from OwnYourGram. New "post"
interface for writing a simple text post. Also supports browser geolocation.
---
views/partials/auth-endpoint-help.php | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 views/partials/auth-endpoint-help.php
(limited to 'views/partials/auth-endpoint-help.php')
diff --git a/views/partials/auth-endpoint-help.php b/views/partials/auth-endpoint-help.php
new file mode 100644
index 0000000..6378db4
--- /dev/null
+++ b/views/partials/auth-endpoint-help.php
@@ -0,0 +1,3 @@
+ You can create your own authorization endpoint, but it's easier to use an existing service such as IndieAuth.com. To delegate to IndieAuth.com, you can use the markup provided below.
+ <link rel="authorization_endpoint" href="https://indieauth.com/auth">
+ Link: <https://indieauth.com/auth>; rel="authorization_endpoint"
--
cgit v1.2.3