python-webfinger tracks a webfist property, but doesn't seem to do a fallback to WebFist itself. Is this something you're interested in supporting?
It's possible that WebFist itself could use an update -- it doesn't use HTTPS (which is why client.webfinger.net's attempted WebFist fallback is broken). But its whole point is to act as a lookup/delegation service, not a WebFinger endpoint itself.
For more details on how WebFist works and why you can trust it, check out the original WebFist blog post.
python-webfingertracks awebfistproperty, but doesn't seem to do a fallback to WebFist itself. Is this something you're interested in supporting?It's possible that WebFist itself could use an update -- it doesn't use HTTPS (which is why
client.webfinger.net's attempted WebFist fallback is broken). But its whole point is to act as a lookup/delegation service, not a WebFinger endpoint itself.For more details on how WebFist works and why you can trust it, check out the original WebFist blog post.