fix: cookies HTTP, logout route prefix, header logout method
Build & Deploy / build (push) Failing after 28s
Build & Deploy / docker (push) Has been skipped

This commit is contained in:
Kevin
2026-07-07 20:35:41 +02:00
parent 75bf7c205a
commit 15d3a13d0a
8 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export const http = defineConfig({
/**
* Send cookies only over HTTPS in production.
*/
secure: app.inProduction,
secure: false,
/**
* Cross-site policy for cookie sending.