fix: Set maxAge on frontend auth cookie (#6576)

This commit is contained in:
Michael Genson
2025-11-20 15:18:27 -06:00
committed by GitHub
parent 6d4f573526
commit c4a3068492
2 changed files with 6 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ export default defineNuxtConfig({
apiUrl: process.env.API_URL || "http://localhost:9000",
public: {
AUTH_TOKEN,
TOKEN_TIME: process.env.TOKEN_TIME || "48",
GLOBAL_MIDDLEWARE: process.env.GLOBAL_MIDDLEWARE || undefined,
SUB_PATH: process.env.SUB_PATH || "",
// ==============================================