summaryrefslogtreecommitdiff
path: root/views/partials/token-endpoint-help.php
blob: 6cbd2bd106e5a1d993136436b250f756e9d3819c (plain)
1
2
3
4
5
    <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>