SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
148 stars 41 forks source link

Upgrade to use authenticated web socket protocol #360

Open timbl opened 4 years ago

timbl commented 4 years ago

This needs to be done in conjunction with NSS being upgraded to allow (and check if sent) authentication information.

There is a question as to the extent that this should be negotiated between the parties or with time just required.

michielbdejong commented 4 years ago

Yes! See also:

timbl commented 4 years ago

Here is the relevant issue in the spec and a possible alignment .

michielbdejong commented 4 years ago

Sounds like https://github.com/inrupt/solid-client-authn-js/issues/538 is now a WONT_FIX. So I'll wait for a few more weeks to see what happens, and if it seems clear that Inrupt's client will not support it, then we can always just add our own code for it (but still use Inrupt's client as much as possible).