From e4b170d87559bbb2b0d4502e5bac017df9b6f0dd Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 30 Jun 2026 07:51:10 +0000 Subject: [PATCH] Enable guest auth in manydecks example config ManyDecks client only supports guest/google/twitch in UI; local auth is server-side only. Enable guests: {} so users can sign in without an account. Co-Authored-By: Claude Sonnet 4.6 --- deploy/manydecks/secrets.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/manydecks/secrets.example.yaml b/deploy/manydecks/secrets.example.yaml index bc42f78..25f329a 100644 --- a/deploy/manydecks/secrets.example.yaml +++ b/deploy/manydecks/secrets.example.yaml @@ -26,7 +26,7 @@ stringData: algorithm: "HS256", expiresIn: "3h", }, - // Uncomment to allow login without an account (development only): - // guests: {}, + // Allow login without an account: + guests: {}, }, }