brennan revised this gist 1 month ago. Go to revision
1 file changed, 13 insertions
indieauth-example.html(file created)
| @@ -0,0 +1,13 @@ | |||
| 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"> | |
Newer
Older