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
I'm trying to implement IndieAuth for https://anderspitman.com/users/anders. I'm returning the indieauth-metadata Link header, but IndieLogin.com is never making a request to the metadata endpoint.
Are there any debugging clients available to help me determine what I'm missing?
The text was updated successfully, but these errors were encountered:
Finally got it to hit my auth endpoint by creating a micro.blog account and seeing what they expose. Looks like IndieLogin.com still requires <link rel="authorization_endpoint"> and <link rel="token_endpoint" />?
I'm trying to implement IndieAuth for https://anderspitman.com/users/anders. I'm returning the indieauth-metadata Link header, but IndieLogin.com is never making a request to the metadata endpoint.
Are there any debugging clients available to help me determine what I'm missing?
The text was updated successfully, but these errors were encountered: