You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 theindieauth-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 inIndieAuth.check_callback
.The text was updated successfully, but these errors were encountered: