From 93fa3bcd513865ffb54db0cb65107c8fed319da9 Mon Sep 17 00:00:00 2001 From: Rakshit Arora <50898928+rakshit087@users.noreply.github.com> Date: Thu, 30 Dec 2021 16:25:32 +0530 Subject: [PATCH] feat: socketio bearer authentication (#1999) Co-authored-by: Liyas Thomas --- .../components/realtime/Socketio.vue | 147 +++++++++++++++++- 1 file changed, 145 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-app/components/realtime/Socketio.vue b/packages/hoppscotch-app/components/realtime/Socketio.vue index 6f58c3c29..ff218393f 100644 --- a/packages/hoppscotch-app/components/realtime/Socketio.vue +++ b/packages/hoppscotch-app/components/realtime/Socketio.vue @@ -81,6 +81,135 @@ /> +
+ + + + + + + + +
+ + {{ $t("state.enabled") }} + + + +
+
+
+ + + This SocketIO connection does not use any authentication. + + +
+
+
+
+ +
+
+
+
+
+ {{ $t("helpers.authorization") }} +
+ +
+
+