mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-30 23:54:15 -05:00
feat: Remove backend cookie and use frontend for auth (#6601)
This commit is contained in:
@@ -72,7 +72,6 @@ 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 || "",
|
||||
// ==============================================
|
||||
|
||||
Reference in New Issue
Block a user