Skip to content

Support indieauth-metadata endpoint #119

Description

@fluffy-critter

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions