Enable guest auth in manydecks example config
Build and push CoqDecks / build (push) Successful in 58s
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:
@@ -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: {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user