secure cookies breaks sign in

This commit is contained in:
Chris Kruining 2025-04-16 11:43:56 +02:00
parent a15809f4fd
commit 0cf801d3dc
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -6,9 +6,6 @@ import { genericOAuthClient } from "better-auth/client/plugins";
export const auth = betterAuth({ export const auth = betterAuth({
appName: "Streamarr", appName: "Streamarr",
basePath: "/api/auth", basePath: "/api/auth",
advanced: {
useSecureCookies: true,
},
logger: { logger: {
level: "info", level: "info",
}, },