how to secure websocket connection #2131
-
hi just wandering how to secure websocket connection so not all user can join my connection only from my APP and WEB only, can i give middleware before go trough the connection? |
Beta Was this translation helpful? Give feedback.
Answered by
SadieCat
Nov 29, 2024
Replies: 1 comment 7 replies
-
You need to configure a WebSocket origin. See https://docs.inspircd.org/4/modules/websocket/#wsorigin for more information. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
SadieCat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to configure a WebSocket origin. See https://docs.inspircd.org/4/modules/websocket/#wsorigin for more information.