Enable guest auth in manydecks example config
Build and push CoqDecks / build (push) Successful in 58s

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 <noreply@anthropic.com>
This commit is contained in:
2026-06-30 07:51:10 +00:00
parent b864cacbef
commit e4b170d875
+2 -2
View File
@@ -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: {},
},
}