indieauth-example.html
· 742 B · HTML
Raw
<!-- Works with indielogin.com (hosted, no self-hosting needed) -->
<link rel="me" href="https://github.com/YOUR_USERNAME">
<link rel="me" href="mailto:you@yourdomain.com">
<link rel="me" href="https://yourdomain.com/key.asc"> <!-- PGP key, raw ASCII-armored public key file -->
<!-- Also listed by indielogin.com, but unreliable since X locked down API auth -->
<link rel="me" href="https://twitter.com/YOUR_USERNAME">
<!-- Only works if YOU run your own RelMeAuth/IndieAuth endpoint (e.g. hawx.me/relme-auth) -->
<link rel="me" href="https://www.flickr.com/people/YOUR_ID">
<!-- Required either way: point to your own self-hosted endpoint, OR to indielogin.com's -->
<link rel="authorization_endpoint" href="https://indielogin.com/auth">
| 1 | <!-- Works with indielogin.com (hosted, no self-hosting needed) --> |
| 2 | <link rel="me" href="https://github.com/YOUR_USERNAME"> |
| 3 | <link rel="me" href="mailto:you@yourdomain.com"> |
| 4 | <link rel="me" href="https://yourdomain.com/key.asc"> <!-- PGP key, raw ASCII-armored public key file --> |
| 5 | |
| 6 | <!-- Also listed by indielogin.com, but unreliable since X locked down API auth --> |
| 7 | <link rel="me" href="https://twitter.com/YOUR_USERNAME"> |
| 8 | |
| 9 | <!-- Only works if YOU run your own RelMeAuth/IndieAuth endpoint (e.g. hawx.me/relme-auth) --> |
| 10 | <link rel="me" href="https://www.flickr.com/people/YOUR_ID"> |
| 11 | |
| 12 | <!-- Required either way: point to your own self-hosted endpoint, OR to indielogin.com's --> |
| 13 | <link rel="authorization_endpoint" href="https://indielogin.com/auth"> |