[Feature Request] Add support for encrypted commnication with authentication method
Open
enhancement
- Dominant language
- Python
- Stars
- 555
- Forks
- 138
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 9
Description
It appears that right now the link relay will accept a web socket connection from any client and send/receive the data without encryption.
This is a feature request to add support for an encrypted transport protocol with an authentication method. One solution could be secure web sockets (wss) with https authentication.
Reference to potential solution:
- https://devcenter.heroku.com/articles/websocket-security
Contributor guide
Assessment
This issue has not been assessed yet.