You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
498 B

  1. <p>You can <a href="/creating-a-token-endpoint">create your own token endpoint</a> for
  2. your website which can issue access tokens when given an authorization code, but
  3. it's easier to use an existing service such as <a href="https://tokens.indieauth.com">tokens.indieauth.com</a>.
  4. To use this service as your token endpoint, use the markup provided below.</p>
  5. <p><pre><code>&lt;link rel="token_endpoint" href="https://tokens.indieauth.com/token"&gt;</code></pre></p>