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

Support indieauth-metadata endpoint #119

Open
fluffy-critter opened this issue Nov 27, 2023 · 0 comments
Open

Support indieauth-metadata endpoint #119

fluffy-critter opened this issue Nov 27, 2023 · 0 comments

Comments

@fluffy-critter
Copy link
Contributor

IndieAuth now supports a bundled metadata discovery mechanism, and it would be a good idea for Authl to support that for server discovery as well.

indieauth.find_endpoints needs to check for the indieauth-metadata rel, and if it exists, consume the data from there (overriding the data discovered from the original resource).

The endpoints of interest to Authl and its primary consumers are:

  • authorization_endpoint (for IndieAuth's login flow)
  • ticket_endpoint (for TicketAuth support, primarily in Publ)

Additionally, if there is now an issuer, that needs to be added to the token state and verified in IndieAuth.check_callback.

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

No branches or pull requests

1 participant