ilp-kit icon indicating copy to clipboard operation
ilp-kit copied to clipboard

Webfinger should be implemented in JS

Open ghost opened this issue 8 years ago • 3 comments

Should not require user to setup manually during install of ILP Kit

ghost avatar Apr 21 '17 00:04 ghost

https://github.com/interledgerjs/ilp-kit/blob/master/docs/SETUP.md#set-up-proxy-for-ilp-kit

ghost avatar Apr 21 '17 00:04 ghost

@sharafian who wrote that proxy part? why do we need it? isn't https://github.com/interledgerjs/ilp-kit/blob/master/src/server.js#L58-L60 solving it?

vhpoet avatar May 04 '17 17:05 vhpoet

Webfinger works fine in the ILP Kit, the problem was just that letsencrypt uses .well-known also, and so there's an extra location rule to distinguish between those two parts of .well-known

sharafian avatar May 04 '17 18:05 sharafian