From 4ade6939b60fe46350c50c4b56b566d28113aa52 Mon Sep 17 00:00:00 2001 From: Senko-san Date: Mon, 8 Jun 2026 17:11:43 +0300 Subject: [PATCH] feat(stream): require auth on GET /stream/{id} via token query param The audio stream endpoint was unauthenticated. Add a get_streaming_user dependency that accepts the access token either as a ?token= query param (the browser