summaryrefslogtreecommitdiff
path: root/views/partials/token-endpoint-help.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/token-endpoint-help.php')
-rw-r--r--views/partials/token-endpoint-help.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/partials/token-endpoint-help.php b/views/partials/token-endpoint-help.php
new file mode 100644
index 0000000..ea5442e
--- /dev/null
+++ b/views/partials/token-endpoint-help.php
@@ -0,0 +1,6 @@
+ <p>You can <a href="/creating-a-token-endpoint">create your own token endpoint</a> for
+ your website which can issue access tokens when given an authorization code, but
+ it's easier to use an existing service such as <a href="https://tokens.indieauth.com">tokens.indieauth.com</a>.
+ To use this service as your token endpoint, use the markup provided below.</p>
+ <p><pre><code>&lt;link rel="token_endpoint" href="https://tokens.indieauth.com/token"&gt;</code></pre></p>
+ <p><pre><code>Link: &lt;https://tokens.indieauth.com/token&gt;; rel="token_endpoint"</code></pre></p>