diff options
Diffstat (limited to 'views/partials/auth-endpoint-help.php')
-rw-r--r-- | views/partials/auth-endpoint-help.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ + <p>You can create your own authorization endpoint, but it's easier to use an existing service such as <a href="https://indieauth.com/">IndieAuth.com</a>. To delegate to IndieAuth.com, you can use the markup provided below.</p> + <p><pre><code><link rel="authorization_endpoint" href="https://indieauth.com/auth"></code></pre></p> + <p><pre><code>Link: <https://indieauth.com/auth>; rel="authorization_endpoint"</code></pre></p> |