We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f1449 commit 310910fCopy full SHA for 310910f
playground/familytour-proxy/auth-proxy/src/server.ts
@@ -20,7 +20,7 @@ const SESSION_SECRET = process.env.SESSION_SECRET;
20
const JWT_SECRET = process.env.JWT_SECRET;
21
const JWT_ISSUER = process.env.JWT_ISSUER; // optional
22
const JWT_AUDIENCE = process.env.JWT_AUDIENCE; // optional
23
-const USER_GROUPS = "users"; // Default groups assigned to all users
+const USER_GROUPS = "Ars Users"; // Default groups assigned to all users
24
25
if (!SESSION_SECRET || !JWT_SECRET) {
26
console.error('Missing required environment variables. Please set SESSION_SECRET and JWT_SECRET.');
0 commit comments