e14n / webfinger

Webfinger client library for Node.js
Apache License 2.0
40 stars 10 forks source link

Flag to prevent falling back to unencrypted http for webfinger #13

Closed evanp closed 11 years ago

evanp commented 11 years ago

We should have a flag to prevent falling back to unencrypted http for the webfinger function.

I think this means expanding the call signature to include an options parameter that allows different flags, like:

webfinger(address, rel, options, callback)