Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndieAuth discussion #37

Open
mattl opened this issue Oct 2, 2024 · 1 comment
Open

IndieAuth discussion #37

mattl opened this issue Oct 2, 2024 · 1 comment

Comments

@mattl
Copy link
Member

mattl commented Oct 2, 2024

See #36

We'd do something similar for IndieAuth. IndieAuth lets you enter a personal website URL like https://mat.tl as your login. Links to other platforms in your website's code will identify you with other services.

For example, I have <link rel="me" href="https://github.com/mattl" /> on my website, which redirects me to GitHub for logins. I could also be redirected to my Libre.fm profile if support was added.

@foocorp/beta-testers Do you have a personal website? Does it support IndieAuth?

Test your own site here: https://indiewebify.me/validate-rel-me/?url=https%3A%2F%2Fmat.tl%2F

@fluffy-critter
Copy link

For example, I have <link rel="me" href="https://github.com/mattl" /> on my website, which redirects me to GitHub for logins

Note that this describes RelMeAuth, which is related to but distinct from IndieAuth, and is much more difficult for client operators (i.e. login consumers) to support. True IndieAuth requires a bit more setup, and unfortunately the documentation around this is super confusing to newcomers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants