Skip to content

v2.8.1 - Token support over http

Choose a tag to compare

@Rouzax Rouzax released this 09 Jul 13:38
· 35 commits to main since this release

Patch release.

  • -ZwaveJsToken over http: the token is now allowed over http:// with a cleartext warning instead of being refused. A zwave-js-ui instance is usually on a trusted LAN or localhost, so the previous https-only requirement was too strict. Prefer https:// on untrusted networks. The token stays in the connect payload and is never logged.