indieweb / indieauth

IndieAuth.net website code and IndieAuth Specification
52 stars 7 forks source link

Any testing tools available? #137

Open anderspitman opened 4 months ago

anderspitman commented 4 months ago

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?

anderspitman commented 4 months ago

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" />?

anderspitman commented 4 months ago

Looks like yes: https://github.com/aaronpk/indielogin.com/issues/120