w3c / wot-security

a repo exclusively for security to better manage issues and security considerations for WoT
https://w3c.github.io/wot-security/
18 stars 22 forks source link

Review security support in node-wot #184

Open mmccool opened 3 years ago

mmccool commented 3 years ago

Review security implementation in node-wot to ensure it is consistent with the specification. This should include the security configuration API for managing out-of-band information (like keys) not in the TD, and should ensure all TD possibilities are covered (in particular, multiple security configurations on different forms).

See also https://github.com/w3c/wot-security/issues/73

mmccool commented 3 years ago

Cristiano has agreed for a start to give us a walk-through of node-wot's API and the implementation.

relu91 commented 3 years ago

I set up a small repository to start testing node-wot security. You can find it here. In the next call, we can explore it.