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 @@
/>
+
+
+
+
+
+
+
+
+
+ {
+ authType = 'None'
+ authTypeOptions.tippy().hide()
+ }
+ "
+ />
+ {
+ authType = 'Bearer'
+ authTypeOptions.tippy().hide()
+ }
+ "
+ />
+
+
+
+
+ {{ $t("state.enabled") }}
+
+
+
+
+
+
+
![]()
+
+ This SocketIO connection does not use any authentication.
+
+
+
+
+
+
+
+
+ {{ $t("helpers.authorization") }}
+
+
+
+
+